Html Css Color HEX #034481 Dark Cerulean

📋 copy color: '#034481'

red 3 ◦ green 68 ◦ blue 129

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

Shades of Dark Cerulean #034481

Tints of Dark Cerulean #034481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34%

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

R = 1.5%
G = 34%
B = 64.5%

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

#034481 (or 0x034481) is known color: Dark Cerulean. HEX triplet: 03, 44 and 81. RGB value is (3,68,129). Sum of RGB (Red+Green+Blue) = 3+68+129=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #034481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034481 is #FCBB7E. Grayscale: #373737. Windows color (decimal): -16563071 or 8471555. OLE color: 8471555.

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

Color convert

RGB 3 68 129 -
CMYK 0.98 0.47 0 0.49
HSL 209.05º 0.95% 0.26% -
HSV(B) 209.05º 0.98% 0.51% -
XYZ 6.07 5.74 21.56 -
YUV 55.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 3 68 129 0.98 0.47 0 0.49 209.05 0.95 0.26
Hex 3 44 81 62 2F 0 31 D1 5F 1A
Octal 3 104 201 142 57 0 61 321 137 32
Binary 11 1000100 10000001 1100010 101111 0 110001 11010001 1011111 11010

Color Harmonies of #034481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034481

Black with #034481

Text Example


Text Example

White with #034481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034481; }

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

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

background-color css

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

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

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

border-color css

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

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

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