Html Css Color HEX #344A6D Astronaut

📋 copy color: '#344A6D'

red 52 ◦ green 74 ◦ blue 109

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

Shades of Astronaut #344A6D

Tints of Astronaut #344A6D

RGB

 RED value IS 52 (20.7% from 255) = 22.13%

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

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

R = 22.13%
G = 31.49%
B = 46.38%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#344A6D (or 0x344A6D) is known color: Astronaut. HEX triplet: 34, 4A and 6D. RGB value is (52,74,109). Sum of RGB (Red+Green+Blue) = 52+74+109=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #344A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A6D is #CBB592. Grayscale: #474747. Windows color (decimal): -13350291 or 7162420. OLE color: 7162420.

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

Color convert

RGB 52 74 109 -
CMYK 0.52 0.32 0 0.57
HSL 216.84º 0.35% 0.32% -
HSV(B) 216.84º 0.52% 0.43% -
XYZ 6.63 6.73 15.42 -
YUV 71.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 52 74 109 0.52 0.32 0 0.57 216.84 0.35 0.32
Hex 34 4A 6D 34 20 0 39 D9 23 20
Octal 64 112 155 64 40 0 71 331 43 40
Binary 110100 1001010 1101101 110100 100000 0 111001 11011001 100011 100000

Color Harmonies of #344A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A6D

Black with #344A6D

Text Example


Text Example

White with #344A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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