Html Css Color HEX #034390 Dark Cerulean

📋 copy color: '#034390'

red 3 ◦ green 67 ◦ blue 144

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

Shades of Dark Cerulean #034390

Tints of Dark Cerulean #034390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

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

R = 1.4%
G = 31.31%
B = 67.29%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#034390 (or 0x034390) is known color: Dark Cerulean. HEX triplet: 03, 43 and 90. RGB value is (3,67,144). Sum of RGB (Red+Green+Blue) = 3+67+144=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #034390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034390 is #FCBC6F. Grayscale: #383838. Windows color (decimal): -16563312 or 9454339. OLE color: 9454339.

HSL color Cylindrical-coordinate representation of color #034390: hue angle of 212.77º 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 #034390 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 67 144 -
CMYK 0.98 0.53 0 0.44
HSL 212.77º 0.96% 0.29% -
HSV(B) 212.77º 0.98% 0.56% -
XYZ 7.08 6.05 27.18 -
YUV 56.64 177.3 89.74 -
System Red Green Blue C M Y K H S L
Decimal 3 67 144 0.98 0.53 0 0.44 212.77 0.96 0.29
Hex 3 43 90 62 35 0 2C D5 60 1D
Octal 3 103 220 142 65 0 54 325 140 35
Binary 11 1000011 10010000 1100010 110101 0 101100 11010101 1100000 11101

Color Harmonies of #034390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034390

Black with #034390

Text Example


Text Example

White with #034390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034390; }

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

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

background-color css

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

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

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

border-color css

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

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

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