Html Css Color HEX #034089 Dark Cerulean

📋 copy color: '#034089'

red 3 ◦ green 64 ◦ blue 137

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

Shades of Dark Cerulean #034089

Tints of Dark Cerulean #034089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 67.16%

R = 1.47%
G = 31.37%
B = 67.16%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#034089 (or 0x034089) is known color: Dark Cerulean. HEX triplet: 03, 40 and 89. RGB value is (3,64,137). Sum of RGB (Red+Green+Blue) = 3+64+137=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #034089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034089 is #FCBF76. Grayscale: #353535. Windows color (decimal): -16564087 or 8994819. OLE color: 8994819.

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

Color convert

RGB 3 64 137 -
CMYK 0.98 0.53 0 0.46
HSL 212.69º 0.96% 0.27% -
HSV(B) 212.69º 0.98% 0.54% -
XYZ 6.39 5.49 24.39 -
YUV 54.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 3 64 137 0.98 0.53 0 0.46 212.69 0.96 0.27
Hex 3 40 89 62 35 0 2E D5 60 1B
Octal 3 100 211 142 65 0 56 325 140 33
Binary 11 1000000 10001001 1100010 110101 0 101110 11010101 1100000 11011

Color Harmonies of #034089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034089

Black with #034089

Text Example


Text Example

White with #034089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034089; }

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

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

background-color css

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

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

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

border-color css

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

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

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