Html Css Color HEX #034482 Dark Cerulean

📋 copy color: '#034482'

red 3 ◦ green 68 ◦ blue 130

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

Shades of Dark Cerulean #034482

Tints of Dark Cerulean #034482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.68%

R = 1.49%
G = 33.83%
B = 64.68%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#034482 (or 0x034482) is known color: Dark Cerulean. HEX triplet: 03, 44 and 82. RGB value is (3,68,130). Sum of RGB (Red+Green+Blue) = 3+68+130=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #034482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034482 is #FCBB7D. Grayscale: #373737. Windows color (decimal): -16563070 or 8537091. OLE color: 8537091.

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

Color convert

RGB 3 68 130 -
CMYK 0.98 0.48 0 0.49
HSL 209.29º 0.95% 0.26% -
HSV(B) 209.29º 0.98% 0.51% -
XYZ 6.13 5.77 21.91 -
YUV 55.63 169.97 90.46 -
System Red Green Blue C M Y K H S L
Decimal 3 68 130 0.98 0.48 0 0.49 209.29 0.95 0.26
Hex 3 44 82 62 30 0 31 D1 5F 1A
Octal 3 104 202 142 60 0 61 321 137 32
Binary 11 1000100 10000010 1100010 110000 0 110001 11010001 1011111 11010

Color Harmonies of #034482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034482

Black with #034482

Text Example


Text Example

White with #034482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034482; }

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

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

background-color css

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

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

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

border-color css

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

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

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