Html Css Color HEX #034A68 Dark Cerulean

📋 copy color: '#034A68'

red 3 ◦ green 74 ◦ blue 104

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

Shades of Dark Cerulean #034A68

Tints of Dark Cerulean #034A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 1.66%
G = 40.88%
B = 57.46%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#034A68 (or 0x034A68) is known color: Dark Cerulean. HEX triplet: 03, 4A and 68. RGB value is (3,74,104). Sum of RGB (Red+Green+Blue) = 3+74+104=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #034A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A68 is #FCB597. Grayscale: #373737. Windows color (decimal): -16561560 or 6834691. OLE color: 6834691.

HSL color Cylindrical-coordinate representation of color #034A68: hue angle of 197.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034A68 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 74 104 -
CMYK 0.97 0.29 0 0.59
HSL 197.82º 0.94% 0.21% -
HSV(B) 197.82º 0.97% 0.41% -
XYZ 4.99 5.92 13.98 -
YUV 56.19 154.98 90.06 -
System Red Green Blue C M Y K H S L
Decimal 3 74 104 0.97 0.29 0 0.59 197.82 0.94 0.21
Hex 3 4A 68 61 1D 0 3B C6 5E 15
Octal 3 112 150 141 35 0 73 306 136 25
Binary 11 1001010 1101000 1100001 11101 0 111011 11000110 1011110 10101

Color Harmonies of #034A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A68

Black with #034A68

Text Example


Text Example

White with #034A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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