Html Css Color HEX #366688 Astral

📋 copy color: '#366688'

red 54 ◦ green 102 ◦ blue 136

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

Shades of Astral #366688

Tints of Astral #366688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.58%

R = 18.49%
G = 34.93%
B = 46.58%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#366688 (or 0x366688) is known color: Astral. HEX triplet: 36, 66 and 88. RGB value is (54,102,136). Sum of RGB (Red+Green+Blue) = 54+102+136=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #366688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366688 is #C99977. Grayscale: #5B5B5B. Windows color (decimal): -13212024 or 8939062. OLE color: 8939062.

HSL color Cylindrical-coordinate representation of color #366688: hue angle of 204.88º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366688 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 102 136 -
CMYK 0.60 0.25 0 0.47
HSL 204.88º 0.43% 0.37% -
HSV(B) 204.88º 0.6% 0.53% -
XYZ 10.72 12.06 25.06 -
YUV 91.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 54 102 136 0.60 0.25 0 0.47 204.88 0.43 0.37
Hex 36 66 88 3C 19 0 2F CD 2B 25
Octal 66 146 210 74 31 0 57 315 53 45
Binary 110110 1100110 10001000 111100 11001 0 101111 11001101 101011 100101

Color Harmonies of #366688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366688

Black with #366688

Text Example


Text Example

White with #366688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366688; }

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

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

background-color css

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

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

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

border-color css

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

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

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