Html Css Color HEX #366883 Astral

📋 copy color: '#366883'

red 54 ◦ green 104 ◦ blue 131

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

Shades of Astral #366883

Tints of Astral #366883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

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

R = 18.69%
G = 35.99%
B = 45.33%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366883 (or 0x366883) is known color: Astral. HEX triplet: 36, 68 and 83. RGB value is (54,104,131). Sum of RGB (Red+Green+Blue) = 54+104+131=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #366883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366883 is #C9977C. Grayscale: #5B5B5B. Windows color (decimal): -13211517 or 8611894. OLE color: 8611894.

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

Color convert

RGB 54 104 131 -
CMYK 0.59 0.21 0 0.49
HSL 201.04º 0.42% 0.36% -
HSV(B) 201.04º 0.59% 0.51% -
XYZ 10.57 12.32 23.29 -
YUV 92.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 54 104 131 0.59 0.21 0 0.49 201.04 0.42 0.36
Hex 36 68 83 3B 15 0 31 C9 2A 24
Octal 66 150 203 73 25 0 61 311 52 44
Binary 110110 1101000 10000011 111011 10101 0 110001 11001001 101010 100100

Color Harmonies of #366883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366883

Black with #366883

Text Example


Text Example

White with #366883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366883; }

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

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

background-color css

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

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

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

border-color css

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

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

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