Html Css Color HEX #034A93 Dark Cerulean

📋 copy color: '#034A93'

red 3 ◦ green 74 ◦ blue 147

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

Shades of Dark Cerulean #034A93

Tints of Dark Cerulean #034A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.63%

R = 1.34%
G = 33.04%
B = 65.63%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#034A93 (or 0x034A93) is known color: Dark Cerulean. HEX triplet: 03, 4A and 93. RGB value is (3,74,147). Sum of RGB (Red+Green+Blue) = 3+74+147=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #034A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A93 is #FCB56C. Grayscale: #3C3C3C. Windows color (decimal): -16561517 or 9652739. OLE color: 9652739.

HSL color Cylindrical-coordinate representation of color #034A93: hue angle of 210.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034A93 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 74 147 -
CMYK 0.98 0.50 0 0.42
HSL 210.42º 0.96% 0.29% -
HSV(B) 210.42º 0.98% 0.58% -
XYZ 7.75 7.02 28.55 -
YUV 61.09 176.48 86.56 -
System Red Green Blue C M Y K H S L
Decimal 3 74 147 0.98 0.50 0 0.42 210.42 0.96 0.29
Hex 3 4A 93 62 32 0 2A D2 60 1D
Octal 3 112 223 142 62 0 52 322 140 35
Binary 11 1001010 10010011 1100010 110010 0 101010 11010010 1100000 11101

Color Harmonies of #034A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A93

Black with #034A93

Text Example


Text Example

White with #034A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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