Html Css Color HEX #366B83 Astral

📋 copy color: '#366B83'

red 54 ◦ green 107 ◦ blue 131

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

Shades of Astral #366B83

Tints of Astral #366B83

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

 BLUE value IS 131 (51.56% from 255) = 44.86%

R = 18.49%
G = 36.64%
B = 44.86%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366B83 (or 0x366B83) is known color: Astral. HEX triplet: 36, 6B and 83. RGB value is (54,107,131). Sum of RGB (Red+Green+Blue) = 54+107+131=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #366B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B83 is #C9947C. Grayscale: #5D5D5D. Windows color (decimal): -13210749 or 8612662. OLE color: 8612662.

HSL color Cylindrical-coordinate representation of color #366B83: hue angle of 198.7º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366B83 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 107 131 -
CMYK 0.59 0.18 0 0.49
HSL 198.7º 0.42% 0.36% -
HSV(B) 198.7º 0.59% 0.51% -
XYZ 10.88 12.94 23.4 -
YUV 93.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 54 107 131 0.59 0.18 0 0.49 198.7 0.42 0.36
Hex 36 6B 83 3B 12 0 31 C7 2A 24
Octal 66 153 203 73 22 0 61 307 52 44
Binary 110110 1101011 10000011 111011 10010 0 110001 11000111 101010 100100

Color Harmonies of #366B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366B83

Black with #366B83

Text Example


Text Example

White with #366B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,107,131); }

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

background-color css

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

 a { background-color: rgb(54,107,131); }

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

border-color css

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

 span { border-color: rgb(54,107,131); }

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