Html Css Color HEX #366D92 Astral

📋 copy color: '#366D92'

red 54 ◦ green 109 ◦ blue 146

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

Shades of Astral #366D92

Tints of Astral #366D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.25%

R = 17.48%
G = 35.28%
B = 47.25%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#366D92 (or 0x366D92) is known color: Astral. HEX triplet: 36, 6D and 92. RGB value is (54,109,146). Sum of RGB (Red+Green+Blue) = 54+109+146=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #366D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D92 is #C9926D. Grayscale: #606060. Windows color (decimal): -13210222 or 9596214. OLE color: 9596214.

HSL color Cylindrical-coordinate representation of color #366D92: hue angle of 204.13º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366D92 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 109 146 -
CMYK 0.63 0.25 0 0.43
HSL 204.13º 0.46% 0.39% -
HSV(B) 204.13º 0.63% 0.57% -
XYZ 12.18 13.8 29.22 -
YUV 96.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 54 109 146 0.63 0.25 0 0.43 204.13 0.46 0.39
Hex 36 6D 92 3F 19 0 2B CC 2E 27
Octal 66 155 222 77 31 0 53 314 56 47
Binary 110110 1101101 10010010 111111 11001 0 101011 11001100 101110 100111

Color Harmonies of #366D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366D92

Black with #366D92

Text Example


Text Example

White with #366D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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