Html Css Color HEX #366683 Astral

📋 copy color: '#366683'

red 54 ◦ green 102 ◦ blue 131

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

Shades of Astral #366683

Tints of Astral #366683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

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

R = 18.82%
G = 35.54%
B = 45.64%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366683 (or 0x366683) is known color: Astral. HEX triplet: 36, 66 and 83. RGB value is (54,102,131). Sum of RGB (Red+Green+Blue) = 54+102+131=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #366683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366683 is #C9997C. Grayscale: #5A5A5A. Windows color (decimal): -13212029 or 8611382. OLE color: 8611382.

HSL color Cylindrical-coordinate representation of color #366683: hue angle of 202.6º 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 #366683 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 102 131 -
CMYK 0.59 0.22 0 0.49
HSL 202.6º 0.42% 0.36% -
HSV(B) 202.6º 0.59% 0.51% -
XYZ 10.37 11.93 23.23 -
YUV 90.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 54 102 131 0.59 0.22 0 0.49 202.6 0.42 0.36
Hex 36 66 83 3B 16 0 31 CB 2A 24
Octal 66 146 203 73 26 0 61 313 52 44
Binary 110110 1100110 10000011 111011 10110 0 110001 11001011 101010 100100

Color Harmonies of #366683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366683

Black with #366683

Text Example


Text Example

White with #366683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366683; }

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

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

background-color css

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

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

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

border-color css

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

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

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