Html Css Color HEX #364A70 Astronaut

📋 copy color: '#364A70'

red 54 ◦ green 74 ◦ blue 112

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

Shades of Astronaut #364A70

Tints of Astronaut #364A70

RGB

 RED value IS 54 (21.48% from 255) = 22.5%

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

 BLUE value IS 112 (44.14% from 255) = 46.67%

R = 22.5%
G = 30.83%
B = 46.67%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#364A70 (or 0x364A70) is known color: Astronaut. HEX triplet: 36, 4A and 70. RGB value is (54,74,112). Sum of RGB (Red+Green+Blue) = 54+74+112=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #364A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A70 is #C9B58F. Grayscale: #484848. Windows color (decimal): -13219216 or 7359030. OLE color: 7359030.

HSL color Cylindrical-coordinate representation of color #364A70: hue angle of 219.31º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #364A70 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 74 112 -
CMYK 0.52 0.34 0 0.56
HSL 219.31º 0.35% 0.33% -
HSV(B) 219.31º 0.52% 0.44% -
XYZ 6.89 6.85 16.29 -
YUV 72.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 54 74 112 0.52 0.34 0 0.56 219.31 0.35 0.33
Hex 36 4A 70 34 22 0 38 DB 23 21
Octal 66 112 160 64 42 0 70 333 43 41
Binary 110110 1001010 1110000 110100 100010 0 111000 11011011 100011 100001

Color Harmonies of #364A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A70

Black with #364A70

Text Example


Text Example

White with #364A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364A70; }

 p { color: rgb(54,74,112); }

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

background-color css

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

 a { background-color: rgb(54,74,112); }

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

border-color css

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

 span { border-color: rgb(54,74,112); }

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