Html Css Color HEX #034C94 Dark Cerulean

📋 copy color: '#034C94'

red 3 ◦ green 76 ◦ blue 148

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

Shades of Dark Cerulean #034C94

Tints of Dark Cerulean #034C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.2%

R = 1.32%
G = 33.48%
B = 65.2%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#034C94 (or 0x034C94) is known color: Dark Cerulean. HEX triplet: 03, 4C and 94. RGB value is (3,76,148). Sum of RGB (Red+Green+Blue) = 3+76+148=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #034C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C94 is #FCB36B. Grayscale: #3E3E3E. Windows color (decimal): -16561004 or 9718787. OLE color: 9718787.

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

Color convert

RGB 3 76 148 -
CMYK 0.98 0.49 0 0.42
HSL 209.79º 0.96% 0.3% -
HSV(B) 209.79º 0.98% 0.58% -
XYZ 7.97 7.33 29.01 -
YUV 62.38 176.32 85.65 -
System Red Green Blue C M Y K H S L
Decimal 3 76 148 0.98 0.49 0 0.42 209.79 0.96 0.3
Hex 3 4C 94 62 31 0 2A D2 60 1E
Octal 3 114 224 142 61 0 52 322 140 36
Binary 11 1001100 10010100 1100010 110001 0 101010 11010010 1100000 11110

Color Harmonies of #034C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C94

Black with #034C94

Text Example


Text Example

White with #034C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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