Html Css Color HEX #034085 Dark Cerulean

📋 copy color: '#034085'

red 3 ◦ green 64 ◦ blue 133

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

Shades of Dark Cerulean #034085

Tints of Dark Cerulean #034085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

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

R = 1.5%
G = 32%
B = 66.5%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#034085 (or 0x034085) is known color: Dark Cerulean. HEX triplet: 03, 40 and 85. RGB value is (3,64,133). Sum of RGB (Red+Green+Blue) = 3+64+133=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #034085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034085 is #FCBF7A. Grayscale: #353535. Windows color (decimal): -16564091 or 8732675. OLE color: 8732675.

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

Color convert

RGB 3 64 133 -
CMYK 0.98 0.52 0 0.48
HSL 211.85º 0.96% 0.27% -
HSV(B) 211.85º 0.98% 0.52% -
XYZ 6.1 5.38 22.91 -
YUV 53.63 172.79 91.89 -
System Red Green Blue C M Y K H S L
Decimal 3 64 133 0.98 0.52 0 0.48 211.85 0.96 0.27
Hex 3 40 85 62 34 0 30 D4 60 1B
Octal 3 100 205 142 64 0 60 324 140 33
Binary 11 1000000 10000101 1100010 110100 0 110000 11010100 1100000 11011

Color Harmonies of #034085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034085

Black with #034085

Text Example


Text Example

White with #034085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034085; }

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

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

background-color css

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

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

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

border-color css

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

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

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