Html Css Color HEX #364B72 Astronaut

📋 copy color: '#364B72'

red 54 ◦ green 75 ◦ blue 114

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

Shades of Astronaut #364B72

Tints of Astronaut #364B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 22.22%
G = 30.86%
B = 46.91%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#364B72 (or 0x364B72) is known color: Astronaut. HEX triplet: 36, 4B and 72. RGB value is (54,75,114). Sum of RGB (Red+Green+Blue) = 54+75+114=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #364B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B72 is #C9B48D. Grayscale: #484848. Windows color (decimal): -13218958 or 7490358. OLE color: 7490358.

HSL color Cylindrical-coordinate representation of color #364B72: hue angle of 219º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #364B72 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 75 114 -
CMYK 0.53 0.34 0 0.55
HSL 219º 0.36% 0.33% -
HSV(B) 219º 0.53% 0.45% -
XYZ 7.07 7.03 16.9 -
YUV 73.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 54 75 114 0.53 0.34 0 0.55 219 0.36 0.33
Hex 36 4B 72 35 22 0 37 DB 24 21
Octal 66 113 162 65 42 0 67 333 44 41
Binary 110110 1001011 1110010 110101 100010 0 110111 11011011 100100 100001

Color Harmonies of #364B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B72

Black with #364B72

Text Example


Text Example

White with #364B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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