Html Css Color HEX #205A63 Blue Stone

📋 copy color: '#205A63'

red 32 ◦ green 90 ◦ blue 99

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

Shades of Blue Stone #205A63

Tints of Blue Stone #205A63

RGB

 RED value IS 32 (12.89% from 255) = 14.48%

 GREEN value IS 90 (35.55% from 255) = 40.72%

 BLUE value IS 99 (39.06% from 255) = 44.8%

R = 14.48%
G = 40.72%
B = 44.8%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#205A63 (or 0x205A63) is known color: Blue Stone. HEX triplet: 20, 5A and 63. RGB value is (32,90,99). Sum of RGB (Red+Green+Blue) = 32+90+99=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #205A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A63 is #DFA59C. Grayscale: #494949. Windows color (decimal): -14656925 or 6511136. OLE color: 6511136.

HSL color Cylindrical-coordinate representation of color #205A63: hue angle of 188.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205A63 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 90 99 -
CMYK 0.68 0.09 0 0.61
HSL 188.06º 0.51% 0.26% -
HSV(B) 188.06º 0.68% 0.39% -
XYZ 6.5 8.52 13.11 -
YUV 73.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 32 90 99 0.68 0.09 0 0.61 188.06 0.51 0.26
Hex 20 5A 63 44 9 0 3D BC 33 1A
Octal 40 132 143 104 11 0 75 274 63 32
Binary 100000 1011010 1100011 1000100 1001 0 111101 10111100 110011 11010

Color Harmonies of #205A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A63

Black with #205A63

Text Example


Text Example

White with #205A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205A63; }

 p { color: rgb(32,90,99); }

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

background-color css

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

 a { background-color: rgb(32,90,99); }

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

border-color css

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

 span { border-color: rgb(32,90,99); }

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