Html Css Color HEX #034385 Dark Cerulean

📋 copy color: '#034385'

red 3 ◦ green 67 ◦ blue 133

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

Shades of Dark Cerulean #034385

Tints of Dark Cerulean #034385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33%

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

R = 1.48%
G = 33%
B = 65.52%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#034385 (or 0x034385) is known color: Dark Cerulean. HEX triplet: 03, 43 and 85. RGB value is (3,67,133). Sum of RGB (Red+Green+Blue) = 3+67+133=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #034385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034385 is #FCBC7A. Grayscale: #373737. Windows color (decimal): -16563323 or 8733443. OLE color: 8733443.

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

Color convert

RGB 3 67 133 -
CMYK 0.98 0.50 0 0.48
HSL 210.46º 0.96% 0.27% -
HSV(B) 210.46º 0.98% 0.52% -
XYZ 6.28 5.73 22.96 -
YUV 55.39 171.8 90.63 -
System Red Green Blue C M Y K H S L
Decimal 3 67 133 0.98 0.50 0 0.48 210.46 0.96 0.27
Hex 3 43 85 62 32 0 30 D2 60 1B
Octal 3 103 205 142 62 0 60 322 140 33
Binary 11 1000011 10000101 1100010 110010 0 110000 11010010 1100000 11011

Color Harmonies of #034385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034385

Black with #034385

Text Example


Text Example

White with #034385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034385; }

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

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

background-color css

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

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

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

border-color css

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

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

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