Html Css Color HEX #034478 Dark Cerulean

📋 copy color: '#034478'

red 3 ◦ green 68 ◦ blue 120

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

Shades of Dark Cerulean #034478

Tints of Dark Cerulean #034478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 62.83%

R = 1.57%
G = 35.6%
B = 62.83%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#034478 (or 0x034478) is known color: Dark Cerulean. HEX triplet: 03, 44 and 78. RGB value is (3,68,120). Sum of RGB (Red+Green+Blue) = 3+68+120=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #034478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034478 is #FCBB87. Grayscale: #363636. Windows color (decimal): -16563080 or 7881731. OLE color: 7881731.

HSL color Cylindrical-coordinate representation of color #034478: hue angle of 206.67º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034478 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 68 120 -
CMYK 0.98 0.43 0 0.53
HSL 206.67º 0.95% 0.24% -
HSV(B) 206.67º 0.98% 0.47% -
XYZ 5.49 5.51 18.54 -
YUV 54.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 3 68 120 0.98 0.43 0 0.53 206.67 0.95 0.24
Hex 3 44 78 62 2B 0 35 CF 5F 18
Octal 3 104 170 142 53 0 65 317 137 30
Binary 11 1000100 1111000 1100010 101011 0 110101 11001111 1011111 11000

Color Harmonies of #034478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034478

Black with #034478

Text Example


Text Example

White with #034478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034478; }

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

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

background-color css

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

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

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

border-color css

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

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

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