Html Css Color HEX #034A6D Dark Cerulean

📋 copy color: '#034A6D'

red 3 ◦ green 74 ◦ blue 109

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

Shades of Dark Cerulean #034A6D

Tints of Dark Cerulean #034A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 58.6%

R = 1.61%
G = 39.78%
B = 58.6%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#034A6D (or 0x034A6D) is known color: Dark Cerulean. HEX triplet: 03, 4A and 6D. RGB value is (3,74,109). Sum of RGB (Red+Green+Blue) = 3+74+109=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #034A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A6D is #FCB592. Grayscale: #383838. Windows color (decimal): -16561555 or 7162371. OLE color: 7162371.

HSL color Cylindrical-coordinate representation of color #034A6D: hue angle of 199.81º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034A6D is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 74 109 -
CMYK 0.97 0.32 0 0.57
HSL 199.81º 0.95% 0.22% -
HSV(B) 199.81º 0.97% 0.43% -
XYZ 5.25 6.02 15.35 -
YUV 56.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 3 74 109 0.97 0.32 0 0.57 199.81 0.95 0.22
Hex 3 4A 6D 61 20 0 39 C8 5F 16
Octal 3 112 155 141 40 0 71 310 137 26
Binary 11 1001010 1101101 1100001 100000 0 111001 11001000 1011111 10110

Color Harmonies of #034A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A6D

Black with #034A6D

Text Example


Text Example

White with #034A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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