Html Css Color HEX #03456F Dark Cerulean

📋 copy color: '#03456F'

red 3 ◦ green 69 ◦ blue 111

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

Shades of Dark Cerulean #03456F

Tints of Dark Cerulean #03456F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 111 (43.75% from 255) = 60.66%

R = 1.64%
G = 37.7%
B = 60.66%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03456F (or 0x03456F) is known color: Dark Cerulean. HEX triplet: 03, 45 and 6F. RGB value is (3,69,111). Sum of RGB (Red+Green+Blue) = 3+69+111=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #03456F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03456F is #FCBA90. Grayscale: #353535. Windows color (decimal): -16562833 or 7292163. OLE color: 7292163.

HSL color Cylindrical-coordinate representation of color #03456F: hue angle of 203.33º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03456F is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 69 111 -
CMYK 0.97 0.38 0 0.56
HSL 203.33º 0.95% 0.22% -
HSV(B) 203.33º 0.97% 0.44% -
XYZ 5.03 5.42 15.82 -
YUV 54.05 160.13 91.58 -
System Red Green Blue C M Y K H S L
Decimal 3 69 111 0.97 0.38 0 0.56 203.33 0.95 0.22
Hex 3 45 6F 61 26 0 38 CB 5F 16
Octal 3 105 157 141 46 0 70 313 137 26
Binary 11 1000101 1101111 1100001 100110 0 111000 11001011 1011111 10110

Color Harmonies of #03456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03456F

Black with #03456F

Text Example


Text Example

White with #03456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03456F; }

 p { color: rgb(3,69,111); }

 H1.HeaderClassName
 {
   color: #03456F;
 }
 .AnyTagClassName
 {
   color: #03456F;
 }
</style>

background-color css

<style>
 a { background-color: #03456F; }

 a { background-color: rgb(3,69,111); }

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

border-color css

<style>
 span { border-color: #03456F; }

 span { border-color: rgb(3,69,111); }

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