Html Css Color HEX #364B70 Astronaut

📋 copy color: '#364B70'

red 54 ◦ green 75 ◦ blue 112

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

Shades of Astronaut #364B70

Tints of Astronaut #364B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.12%

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

R = 22.41%
G = 31.12%
B = 46.47%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#364B70 (or 0x364B70) is known color: Astronaut. HEX triplet: 36, 4B and 70. RGB value is (54,75,112). Sum of RGB (Red+Green+Blue) = 54+75+112=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #364B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B70 is #C9B48F. Grayscale: #484848. Windows color (decimal): -13218960 or 7359286. OLE color: 7359286.

HSL color Cylindrical-coordinate representation of color #364B70: hue angle of 218.28º 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 #364B70 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 75 112 -
CMYK 0.52 0.33 0 0.56
HSL 218.28º 0.35% 0.33% -
HSV(B) 218.28º 0.52% 0.44% -
XYZ 6.96 6.99 16.31 -
YUV 72.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 54 75 112 0.52 0.33 0 0.56 218.28 0.35 0.33
Hex 36 4B 70 34 21 0 38 DA 23 21
Octal 66 113 160 64 41 0 70 332 43 41
Binary 110110 1001011 1110000 110100 100001 0 111000 11011010 100011 100001

Color Harmonies of #364B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B70

Black with #364B70

Text Example


Text Example

White with #364B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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