Html Css Color HEX #366D8B Astral

📋 copy color: '#366D8B'

red 54 ◦ green 109 ◦ blue 139

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

Shades of Astral #366D8B

Tints of Astral #366D8B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.09%

 BLUE value IS 139 (54.69% from 255) = 46.03%

R = 17.88%
G = 36.09%
B = 46.03%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#366D8B (or 0x366D8B) is known color: Astral. HEX triplet: 36, 6D and 8B. RGB value is (54,109,139). Sum of RGB (Red+Green+Blue) = 54+109+139=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #366D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D8B is #C99274. Grayscale: #5F5F5F. Windows color (decimal): -13210229 or 9137462. OLE color: 9137462.

HSL color Cylindrical-coordinate representation of color #366D8B: hue angle of 201.18º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #366D8B is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 109 139 -
CMYK 0.61 0.22 0 0.45
HSL 201.18º 0.44% 0.38% -
HSV(B) 201.18º 0.61% 0.55% -
XYZ 11.65 13.59 26.43 -
YUV 95.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 54 109 139 0.61 0.22 0 0.45 201.18 0.44 0.38
Hex 36 6D 8B 3D 16 0 2D C9 2C 26
Octal 66 155 213 75 26 0 55 311 54 46
Binary 110110 1101101 10001011 111101 10110 0 101101 11001001 101100 100110

Color Harmonies of #366D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366D8B

Black with #366D8B

Text Example


Text Example

White with #366D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366D8B; }

 p { color: rgb(54,109,139); }

 H1.HeaderClassName
 {
   color: #366D8B;
 }
 .AnyTagClassName
 {
   color: #366D8B;
 }
</style>

background-color css

<style>
 a { background-color: #366D8B; }

 a { background-color: rgb(54,109,139); }

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

border-color css

<style>
 span { border-color: #366D8B; }

 span { border-color: rgb(54,109,139); }

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