Html Css Color HEX #034A7A Dark Cerulean

📋 copy color: '#034A7A'

red 3 ◦ green 74 ◦ blue 122

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

Shades of Dark Cerulean #034A7A

Tints of Dark Cerulean #034A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 61.31%

R = 1.51%
G = 37.19%
B = 61.31%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#034A7A (or 0x034A7A) is known color: Dark Cerulean. HEX triplet: 03, 4A and 7A. RGB value is (3,74,122). Sum of RGB (Red+Green+Blue) = 3+74+122=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #034A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A7A is #FCB585. Grayscale: #393939. Windows color (decimal): -16561542 or 8014339. OLE color: 8014339.

HSL color Cylindrical-coordinate representation of color #034A7A: hue angle of 204.2º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034A7A is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 74 122 -
CMYK 0.98 0.39 0 0.52
HSL 204.2º 0.95% 0.25% -
HSV(B) 204.2º 0.98% 0.48% -
XYZ 6 6.32 19.32 -
YUV 58.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 3 74 122 0.98 0.39 0 0.52 204.2 0.95 0.25
Hex 3 4A 7A 62 27 0 34 CC 5F 19
Octal 3 112 172 142 47 0 64 314 137 31
Binary 11 1001010 1111010 1100010 100111 0 110100 11001100 1011111 11001

Color Harmonies of #034A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A7A

Black with #034A7A

Text Example


Text Example

White with #034A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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