Html Css Color HEX #034881 Dark Cerulean

📋 copy color: '#034881'

red 3 ◦ green 72 ◦ blue 129

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

Shades of Dark Cerulean #034881

Tints of Dark Cerulean #034881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.24%

R = 1.47%
G = 35.29%
B = 63.24%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#034881 (or 0x034881) is known color: Dark Cerulean. HEX triplet: 03, 48 and 81. RGB value is (3,72,129). Sum of RGB (Red+Green+Blue) = 3+72+129=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #034881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034881 is #FCB77E. Grayscale: #393939. Windows color (decimal): -16562047 or 8472579. OLE color: 8472579.

HSL color Cylindrical-coordinate representation of color #034881: hue angle of 207.14º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034881 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 72 129 -
CMYK 0.98 0.44 0 0.49
HSL 207.14º 0.95% 0.26% -
HSV(B) 207.14º 0.98% 0.51% -
XYZ 6.32 6.24 21.64 -
YUV 57.87 168.14 88.87 -
System Red Green Blue C M Y K H S L
Decimal 3 72 129 0.98 0.44 0 0.49 207.14 0.95 0.26
Hex 3 48 81 62 2C 0 31 CF 5F 1A
Octal 3 110 201 142 54 0 61 317 137 32
Binary 11 1001000 10000001 1100010 101100 0 110001 11001111 1011111 11010

Color Harmonies of #034881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034881

Black with #034881

Text Example


Text Example

White with #034881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034881; }

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

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

background-color css

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

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

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

border-color css

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

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

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