Html Css Color HEX #225F63 Blue Stone

📋 copy color: '#225F63'

red 34 ◦ green 95 ◦ blue 99

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

Shades of Blue Stone #225F63

Tints of Blue Stone #225F63

RGB

 RED value IS 34 (13.67% from 255) = 14.91%

 GREEN value IS 95 (37.5% from 255) = 41.67%

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

R = 14.91%
G = 41.67%
B = 43.42%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#225F63 (or 0x225F63) is known color: Blue Stone. HEX triplet: 22, 5F and 63. RGB value is (34,95,99). Sum of RGB (Red+Green+Blue) = 34+95+99=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #225F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F63 is #DDA09C. Grayscale: #4D4D4D. Windows color (decimal): -14524573 or 6512418. OLE color: 6512418.

HSL color Cylindrical-coordinate representation of color #225F63: hue angle of 183.69º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225F63 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 95 99 -
CMYK 0.66 0.04 0 0.61
HSL 183.69º 0.49% 0.26% -
HSV(B) 183.69º 0.66% 0.39% -
XYZ 7 9.43 13.25 -
YUV 77.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 34 95 99 0.66 0.04 0 0.61 183.69 0.49 0.26
Hex 22 5F 63 42 4 0 3D B8 31 1A
Octal 42 137 143 102 4 0 75 270 61 32
Binary 100010 1011111 1100011 1000010 100 0 111101 10111000 110001 11010

Color Harmonies of #225F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225F63

Black with #225F63

Text Example


Text Example

White with #225F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225F63; }

 p { color: rgb(34,95,99); }

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

background-color css

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

 a { background-color: rgb(34,95,99); }

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

border-color css

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

 span { border-color: rgb(34,95,99); }

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