Html Css Color HEX #034581 Dark Cerulean

📋 copy color: '#034581'

red 3 ◦ green 69 ◦ blue 129

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

Shades of Dark Cerulean #034581

Tints of Dark Cerulean #034581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.33%

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

R = 1.49%
G = 34.33%
B = 64.18%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#034581 (or 0x034581) is known color: Dark Cerulean. HEX triplet: 03, 45 and 81. RGB value is (3,69,129). Sum of RGB (Red+Green+Blue) = 3+69+129=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #034581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034581 is #FCBA7E. Grayscale: #373737. Windows color (decimal): -16562815 or 8471811. OLE color: 8471811.

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

Color convert

RGB 3 69 129 -
CMYK 0.98 0.47 0 0.49
HSL 208.57º 0.95% 0.26% -
HSV(B) 208.57º 0.98% 0.51% -
XYZ 6.13 5.86 21.58 -
YUV 56.11 169.13 90.12 -
System Red Green Blue C M Y K H S L
Decimal 3 69 129 0.98 0.47 0 0.49 208.57 0.95 0.26
Hex 3 45 81 62 2F 0 31 D1 5F 1A
Octal 3 105 201 142 57 0 61 321 137 32
Binary 11 1000101 10000001 1100010 101111 0 110001 11010001 1011111 11010

Color Harmonies of #034581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034581

Black with #034581

Text Example


Text Example

White with #034581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034581; }

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

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

background-color css

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

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

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

border-color css

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

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

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