Html Css Color HEX #034A6C Dark Cerulean

📋 copy color: '#034A6C'

red 3 ◦ green 74 ◦ blue 108

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

Shades of Dark Cerulean #034A6C

Tints of Dark Cerulean #034A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40%

 BLUE value IS 108 (42.58% from 255) = 58.38%

R = 1.62%
G = 40%
B = 58.38%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#034A6C (or 0x034A6C) is known color: Dark Cerulean. HEX triplet: 03, 4A and 6C. RGB value is (3,74,108). Sum of RGB (Red+Green+Blue) = 3+74+108=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #034A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A6C is #FCB593. Grayscale: #383838. Windows color (decimal): -16561556 or 7096835. OLE color: 7096835.

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

Color convert

RGB 3 74 108 -
CMYK 0.97 0.31 0 0.58
HSL 199.43º 0.95% 0.22% -
HSV(B) 199.43º 0.97% 0.42% -
XYZ 5.19 6 15.07 -
YUV 56.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 3 74 108 0.97 0.31 0 0.58 199.43 0.95 0.22
Hex 3 4A 6C 61 1F 0 3A C7 5F 16
Octal 3 112 154 141 37 0 72 307 137 26
Binary 11 1001010 1101100 1100001 11111 0 111010 11000111 1011111 10110

Color Harmonies of #034A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A6C

Black with #034A6C

Text Example


Text Example

White with #034A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,74,108); }

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

background-color css

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

 a { background-color: rgb(3,74,108); }

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

border-color css

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

 span { border-color: rgb(3,74,108); }

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