Html Css Color HEX #034C6F Dark Cerulean

📋 copy color: '#034C6F'

red 3 ◦ green 76 ◦ blue 111

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

Shades of Dark Cerulean #034C6F

Tints of Dark Cerulean #034C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40%

 BLUE value IS 111 (43.75% from 255) = 58.42%

R = 1.58%
G = 40%
B = 58.42%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#034C6F (or 0x034C6F) is known color: Dark Cerulean. HEX triplet: 03, 4C and 6F. RGB value is (3,76,111). Sum of RGB (Red+Green+Blue) = 3+76+111=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #034C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C6F is #FCB390. Grayscale: #393939. Windows color (decimal): -16561041 or 7293955. OLE color: 7293955.

HSL color Cylindrical-coordinate representation of color #034C6F: hue angle of 199.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034C6F is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 76 111 -
CMYK 0.97 0.32 0 0.56
HSL 199.44º 0.95% 0.22% -
HSV(B) 199.44º 0.97% 0.44% -
XYZ 5.49 6.34 15.97 -
YUV 58.16 157.82 88.65 -
System Red Green Blue C M Y K H S L
Decimal 3 76 111 0.97 0.32 0 0.56 199.44 0.95 0.22
Hex 3 4C 6F 61 20 0 38 C7 5F 16
Octal 3 114 157 141 40 0 70 307 137 26
Binary 11 1001100 1101111 1100001 100000 0 111000 11000111 1011111 10110

Color Harmonies of #034C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C6F

Black with #034C6F

Text Example


Text Example

White with #034C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,76,111); }

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

background-color css

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

 a { background-color: rgb(3,76,111); }

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

border-color css

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

 span { border-color: rgb(3,76,111); }

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