Html Css Color HEX #03466B Dark Cerulean

📋 copy color: '#03466B'

red 3 ◦ green 70 ◦ blue 107

#03466B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #03466B

Tints of Dark Cerulean #03466B

RGB

 RED value IS 3 (1.56% from 255) = 1.67%

 GREEN value IS 70 (27.73% from 255) = 38.89%

 BLUE value IS 107 (42.19% from 255) = 59.44%

R = 1.67%
G = 38.89%
B = 59.44%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03466B (or 0x03466B) is known color: Dark Cerulean. HEX triplet: 03, 46 and 6B. RGB value is (3,70,107). Sum of RGB (Red+Green+Blue) = 3+70+107=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #03466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03466B is #FCB994. Grayscale: #353535. Windows color (decimal): -16562581 or 7030275. OLE color: 7030275.

HSL color Cylindrical-coordinate representation of color #03466B: hue angle of 201.35º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03466B is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 70 107 -
CMYK 0.97 0.35 0 0.58
HSL 201.35º 0.95% 0.22% -
HSV(B) 201.35º 0.97% 0.42% -
XYZ 4.88 5.46 14.71 -
YUV 54.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 3 70 107 0.97 0.35 0 0.58 201.35 0.95 0.22
Hex 3 46 6B 61 23 0 3A C9 5F 16
Octal 3 106 153 141 43 0 72 311 137 26
Binary 11 1000110 1101011 1100001 100011 0 111010 11001001 1011111 10110

Color Harmonies of #03466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03466B

Black with #03466B

Text Example


Text Example

White with #03466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03466B; }

 p { color: rgb(3,70,107); }

 H1.HeaderClassName
 {
   color: #03466B;
 }
 .AnyTagClassName
 {
   color: #03466B;
 }
</style>

background-color css

<style>
 a { background-color: #03466B; }

 a { background-color: rgb(3,70,107); }

 div.DivClassName
 {
   background-color: #03466B;
 }
 .BgClassName
 {
   background-color: #03466B;
 }
</style>

border-color css

<style>
 span { border-color: #03466B; }

 span { border-color: rgb(3,70,107); }

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