Html Css Color HEX #034473 Dark Cerulean

📋 copy color: '#034473'

red 3 ◦ green 68 ◦ blue 115

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

Shades of Dark Cerulean #034473

Tints of Dark Cerulean #034473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

 BLUE value IS 115 (45.31% from 255) = 61.83%

R = 1.61%
G = 36.56%
B = 61.83%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#034473 (or 0x034473) is known color: Dark Cerulean. HEX triplet: 03, 44 and 73. RGB value is (3,68,115). Sum of RGB (Red+Green+Blue) = 3+68+115=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #034473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034473 is #FCBB8C. Grayscale: #353535. Windows color (decimal): -16563085 or 7554051. OLE color: 7554051.

HSL color Cylindrical-coordinate representation of color #034473: hue angle of 205.18º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034473 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 68 115 -
CMYK 0.97 0.41 0 0.55
HSL 205.18º 0.95% 0.23% -
HSV(B) 205.18º 0.97% 0.45% -
XYZ 5.2 5.39 16.99 -
YUV 53.92 162.47 91.68 -
System Red Green Blue C M Y K H S L
Decimal 3 68 115 0.97 0.41 0 0.55 205.18 0.95 0.23
Hex 3 44 73 61 29 0 37 CD 5F 17
Octal 3 104 163 141 51 0 67 315 137 27
Binary 11 1000100 1110011 1100001 101001 0 110111 11001101 1011111 10111

Color Harmonies of #034473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034473

Black with #034473

Text Example


Text Example

White with #034473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034473; }

 p { color: rgb(3,68,115); }

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

background-color css

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

 a { background-color: rgb(3,68,115); }

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

border-color css

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

 span { border-color: rgb(3,68,115); }

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