Html Css Color HEX #034690 Dark Cerulean

📋 copy color: '#034690'

red 3 ◦ green 70 ◦ blue 144

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

Shades of Dark Cerulean #034690

Tints of Dark Cerulean #034690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

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

R = 1.38%
G = 32.26%
B = 66.36%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#034690 (or 0x034690) is known color: Dark Cerulean. HEX triplet: 03, 46 and 90. RGB value is (3,70,144). Sum of RGB (Red+Green+Blue) = 3+70+144=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #034690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034690 is #FCB96F. Grayscale: #3A3A3A. Windows color (decimal): -16562544 or 9455107. OLE color: 9455107.

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

Color convert

RGB 3 70 144 -
CMYK 0.98 0.51 0 0.44
HSL 211.49º 0.96% 0.29% -
HSV(B) 211.49º 0.98% 0.56% -
XYZ 7.26 6.41 27.24 -
YUV 58.4 176.3 88.48 -
System Red Green Blue C M Y K H S L
Decimal 3 70 144 0.98 0.51 0 0.44 211.49 0.96 0.29
Hex 3 46 90 62 33 0 2C D3 60 1D
Octal 3 106 220 142 63 0 54 323 140 35
Binary 11 1000110 10010000 1100010 110011 0 101100 11010011 1100000 11101

Color Harmonies of #034690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034690

Black with #034690

Text Example


Text Example

White with #034690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034690; }

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

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

background-color css

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

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

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

border-color css

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

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

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