#2F03B7

Color #2F03B7 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2F03B7

Tints of Ultramarine #2F03B7

Color information

#2F03B7 (or 0x2F03B7) is unknown color: approx Ultramarine. HEX triplet: 2F, 03 and B7. RGB value is (47,3,183). Sum of RGB (Red+Green+Blue) = 47+3+183=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 183 (71.88% from 255 or 78.54% from 233); Max value from RGB is 183 - color contains mainly: blue. Hex color #2F03B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F03B7 is #D0FC48. Grayscale: #242424. Windows color (decimal): -13696073 or 11993903. OLE color: 11993903.

HSL color Cylindrical-coordinate representation of color #2F03B7: hue angle of 254.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F03B7 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB473183-
CMYK0.740.9800.28
HSL254.67º96.77%36.47%-
HSV(B)254.67º98.36%71.76%-
XYZ9.754.0945.07-
YUV36.68210.58135.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 20.17%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 183 (71.88% from 255) = 78.54%
R=20.17%
G=1.29%
B=78.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4731830.740.9800.28254.6796.7736.47
Hex2F3B74A6201Cff6124
Octal57326711214203437714144
Binary101111111011011110010101100010011100111111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F03B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F03B7; }

 p { color: rgb(47,3,183); }

 H1.HeaderClassName
 {
   color: #2F03B7;
 }
 .AnyTagClassName
 {
   color: #2F03B7;
 }
</style>
background-color css

<style>
 a { background-color: #2F03B7; }

 a { background-color: rgb(47,3,183); }

 div.DivClassName
 {
   background-color: #2F03B7;
 }
 .BgClassName
 {
   background-color: #2F03B7;
 }
</style>
border-color css

<style>
 span { border-color: #2F03B7; }

 span { border-color: rgb(47,3,183); }

 td.TdClassName
 {
   border-color: #2F03B7;
 }
 .TagClassName
 {
   border-color: #2F03B7;
 }
</style>