Html Css Color HEX #034075 Dark Cerulean

📋 copy color: '#034075'

red 3 ◦ green 64 ◦ blue 117

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

Shades of Dark Cerulean #034075

Tints of Dark Cerulean #034075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.59%

R = 1.63%
G = 34.78%
B = 63.59%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#034075 (or 0x034075) is known color: Dark Cerulean. HEX triplet: 03, 40 and 75. RGB value is (3,64,117). Sum of RGB (Red+Green+Blue) = 3+64+117=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #034075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034075 is #FCBF8A. Grayscale: #333333. Windows color (decimal): -16564107 or 7684099. OLE color: 7684099.

HSL color Cylindrical-coordinate representation of color #034075: hue angle of 207.89º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034075 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 64 117 -
CMYK 0.97 0.45 0 0.54
HSL 207.89º 0.95% 0.24% -
HSV(B) 207.89º 0.97% 0.46% -
XYZ 5.08 4.97 17.52 -
YUV 51.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 3 64 117 0.97 0.45 0 0.54 207.89 0.95 0.24
Hex 3 40 75 61 2D 0 36 D0 5F 18
Octal 3 100 165 141 55 0 66 320 137 30
Binary 11 1000000 1110101 1100001 101101 0 110110 11010000 1011111 11000

Color Harmonies of #034075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034075

Black with #034075

Text Example


Text Example

White with #034075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034075; }

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

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

background-color css

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

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

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

border-color css

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

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

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