Html Css Color HEX #034F90 Dark Cerulean

📋 copy color: '#034F90'

red 3 ◦ green 79 ◦ blue 144

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

Shades of Dark Cerulean #034F90

Tints of Dark Cerulean #034F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

 BLUE value IS 144 (56.64% from 255) = 63.72%

R = 1.33%
G = 34.96%
B = 63.72%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#034F90 (or 0x034F90) is known color: Dark Cerulean. HEX triplet: 03, 4F and 90. RGB value is (3,79,144). Sum of RGB (Red+Green+Blue) = 3+79+144=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #034F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034F90 is #FCB06F. Grayscale: #3F3F3F. Windows color (decimal): -16560240 or 9457411. OLE color: 9457411.

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

Color convert

RGB 3 79 144 -
CMYK 0.98 0.45 0 0.44
HSL 207.66º 0.96% 0.29% -
HSV(B) 207.66º 0.98% 0.56% -
XYZ 7.87 7.62 27.44 -
YUV 63.69 173.32 84.71 -
System Red Green Blue C M Y K H S L
Decimal 3 79 144 0.98 0.45 0 0.44 207.66 0.96 0.29
Hex 3 4F 90 62 2D 0 2C D0 60 1D
Octal 3 117 220 142 55 0 54 320 140 35
Binary 11 1001111 10010000 1100010 101101 0 101100 11010000 1100000 11101

Color Harmonies of #034F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034F90

Black with #034F90

Text Example


Text Example

White with #034F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,79,144); }

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

background-color css

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

 a { background-color: rgb(3,79,144); }

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

border-color css

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

 span { border-color: rgb(3,79,144); }

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