Html Css Color HEX #366885 Astral

📋 copy color: '#366885'

red 54 ◦ green 104 ◦ blue 133

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

Shades of Astral #366885

Tints of Astral #366885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.7%

R = 18.56%
G = 35.74%
B = 45.7%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#366885 (or 0x366885) is known color: Astral. HEX triplet: 36, 68 and 85. RGB value is (54,104,133). Sum of RGB (Red+Green+Blue) = 54+104+133=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #366885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366885 is #C9977A. Grayscale: #5C5C5C. Windows color (decimal): -13211515 or 8742966. OLE color: 8742966.

HSL color Cylindrical-coordinate representation of color #366885: hue angle of 202.03º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366885 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 104 133 -
CMYK 0.59 0.22 0 0.48
HSL 202.03º 0.42% 0.37% -
HSV(B) 202.03º 0.59% 0.52% -
XYZ 10.71 12.38 24.02 -
YUV 92.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 54 104 133 0.59 0.22 0 0.48 202.03 0.42 0.37
Hex 36 68 85 3B 16 0 30 CA 2A 25
Octal 66 150 205 73 26 0 60 312 52 45
Binary 110110 1101000 10000101 111011 10110 0 110000 11001010 101010 100101

Color Harmonies of #366885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366885

Black with #366885

Text Example


Text Example

White with #366885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366885; }

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

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

background-color css

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

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

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

border-color css

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

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

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