Html Css Color HEX #364B6C Astronaut

📋 copy color: '#364B6C'

red 54 ◦ green 75 ◦ blue 108

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

Shades of Astronaut #364B6C

Tints of Astronaut #364B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.57%

R = 22.78%
G = 31.65%
B = 45.57%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#364B6C (or 0x364B6C) is known color: Astronaut. HEX triplet: 36, 4B and 6C. RGB value is (54,75,108). Sum of RGB (Red+Green+Blue) = 54+75+108=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #364B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B6C is #C9B493. Grayscale: #484848. Windows color (decimal): -13218964 or 7097142. OLE color: 7097142.

HSL color Cylindrical-coordinate representation of color #364B6C: hue angle of 216.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #364B6C is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 75 108 -
CMYK 0.50 0.31 0 0.58
HSL 216.67º 0.33% 0.32% -
HSV(B) 216.67º 0.5% 0.42% -
XYZ 6.74 6.9 15.16 -
YUV 72.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 54 75 108 0.50 0.31 0 0.58 216.67 0.33 0.32
Hex 36 4B 6C 32 1F 0 3A D9 21 20
Octal 66 113 154 62 37 0 72 331 41 40
Binary 110110 1001011 1101100 110010 11111 0 111010 11011001 100001 100000

Color Harmonies of #364B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B6C

Black with #364B6C

Text Example


Text Example

White with #364B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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