Html Css Color HEX #366789 Astral

📋 copy color: '#366789'

red 54 ◦ green 103 ◦ blue 137

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

Shades of Astral #366789

Tints of Astral #366789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.03%

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 18.37%
G = 35.03%
B = 46.6%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#366789 (or 0x366789) is known color: Astral. HEX triplet: 36, 67 and 89. RGB value is (54,103,137). Sum of RGB (Red+Green+Blue) = 54+103+137=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #366789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366789 is #C99876. Grayscale: #5C5C5C. Windows color (decimal): -13211767 or 9004854. OLE color: 9004854.

HSL color Cylindrical-coordinate representation of color #366789: hue angle of 204.58º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #366789 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 103 137 -
CMYK 0.61 0.25 0 0.46
HSL 204.58º 0.43% 0.37% -
HSV(B) 204.58º 0.61% 0.54% -
XYZ 10.89 12.29 25.47 -
YUV 92.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 54 103 137 0.61 0.25 0 0.46 204.58 0.43 0.37
Hex 36 67 89 3D 19 0 2E CD 2B 25
Octal 66 147 211 75 31 0 56 315 53 45
Binary 110110 1100111 10001001 111101 11001 0 101110 11001101 101011 100101

Color Harmonies of #366789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366789

Black with #366789

Text Example


Text Example

White with #366789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366789; }

 p { color: rgb(54,103,137); }

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

background-color css

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

 a { background-color: rgb(54,103,137); }

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

border-color css

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

 span { border-color: rgb(54,103,137); }

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