Html Css Color HEX #034D85 Dark Cerulean

📋 copy color: '#034D85'

red 3 ◦ green 77 ◦ blue 133

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

Shades of Dark Cerulean #034D85

Tints of Dark Cerulean #034D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.15%

 BLUE value IS 133 (52.34% from 255) = 62.44%

R = 1.41%
G = 36.15%
B = 62.44%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#034D85 (or 0x034D85) is known color: Dark Cerulean. HEX triplet: 03, 4D and 85. RGB value is (3,77,133). Sum of RGB (Red+Green+Blue) = 3+77+133=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #034D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D85 is #FCB27A. Grayscale: #3C3C3C. Windows color (decimal): -16560763 or 8736003. OLE color: 8736003.

HSL color Cylindrical-coordinate representation of color #034D85: hue angle of 205.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034D85 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 77 133 -
CMYK 0.98 0.42 0 0.48
HSL 205.85º 0.96% 0.27% -
HSV(B) 205.85º 0.98% 0.52% -
XYZ 6.93 7.02 23.18 -
YUV 61.26 168.48 86.45 -
System Red Green Blue C M Y K H S L
Decimal 3 77 133 0.98 0.42 0 0.48 205.85 0.96 0.27
Hex 3 4D 85 62 2A 0 30 CE 60 1B
Octal 3 115 205 142 52 0 60 316 140 33
Binary 11 1001101 10000101 1100010 101010 0 110000 11001110 1100000 11011

Color Harmonies of #034D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D85

Black with #034D85

Text Example


Text Example

White with #034D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034D85; }

 p { color: rgb(3,77,133); }

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

background-color css

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

 a { background-color: rgb(3,77,133); }

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

border-color css

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

 span { border-color: rgb(3,77,133); }

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