Html Css Color HEX #034888 Dark Cerulean

📋 copy color: '#034888'

red 3 ◦ green 72 ◦ blue 136

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

Shades of Dark Cerulean #034888

Tints of Dark Cerulean #034888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 136 (53.52% from 255) = 64.45%

R = 1.42%
G = 34.12%
B = 64.45%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#034888 (or 0x034888) is known color: Dark Cerulean. HEX triplet: 03, 48 and 88. RGB value is (3,72,136). Sum of RGB (Red+Green+Blue) = 3+72+136=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #034888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034888 is #FCB777. Grayscale: #3A3A3A. Windows color (decimal): -16562040 or 8931331. OLE color: 8931331.

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

Color convert

RGB 3 72 136 -
CMYK 0.98 0.47 0 0.47
HSL 208.87º 0.96% 0.27% -
HSV(B) 208.87º 0.98% 0.53% -
XYZ 6.8 6.43 24.18 -
YUV 58.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 3 72 136 0.98 0.47 0 0.47 208.87 0.96 0.27
Hex 3 48 88 62 2F 0 2F D1 60 1B
Octal 3 110 210 142 57 0 57 321 140 33
Binary 11 1001000 10001000 1100010 101111 0 101111 11010001 1100000 11011

Color Harmonies of #034888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034888

Black with #034888

Text Example


Text Example

White with #034888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034888; }

 p { color: rgb(3,72,136); }

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

background-color css

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

 a { background-color: rgb(3,72,136); }

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

border-color css

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

 span { border-color: rgb(3,72,136); }

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