Html Css Color HEX #034088 Dark Cerulean

📋 copy color: '#034088'

red 3 ◦ green 64 ◦ blue 136

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

Shades of Dark Cerulean #034088

Tints of Dark Cerulean #034088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.53%

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

R = 1.48%
G = 31.53%
B = 67%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#034088 (or 0x034088) is known color: Dark Cerulean. HEX triplet: 03, 40 and 88. RGB value is (3,64,136). Sum of RGB (Red+Green+Blue) = 3+64+136=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #034088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034088 is #FCBF77. Grayscale: #353535. Windows color (decimal): -16564088 or 8929283. OLE color: 8929283.

HSL color Cylindrical-coordinate representation of color #034088: hue angle of 212.48º 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 #034088 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 64 136 -
CMYK 0.98 0.53 0 0.47
HSL 212.48º 0.96% 0.27% -
HSV(B) 212.48º 0.98% 0.53% -
XYZ 6.31 5.46 24.01 -
YUV 53.97 174.29 91.65 -
System Red Green Blue C M Y K H S L
Decimal 3 64 136 0.98 0.53 0 0.47 212.48 0.96 0.27
Hex 3 40 88 62 35 0 2F D4 60 1B
Octal 3 100 210 142 65 0 57 324 140 33
Binary 11 1000000 10001000 1100010 110101 0 101111 11010100 1100000 11011

Color Harmonies of #034088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034088

Black with #034088

Text Example


Text Example

White with #034088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034088; }

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

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

background-color css

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

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

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

border-color css

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

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

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