#225D6B

Color #225D6B Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #225D6B

Tints of Orient #225D6B

Color information

#225D6B (or 0x225D6B) is unknown color: approx Orient. HEX triplet: 22, 5D and 6B. RGB value is (34,93,107). Sum of RGB (Red+Green+Blue) = 34+93+107=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #225D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D6B is #DDA294. Grayscale: #4C4C4C. Windows color (decimal): -14525077 or 7036194. OLE color: 7036194.

HSL color Cylindrical-coordinate representation of color #225D6B: hue angle of 191.51º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #225D6B is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3493107-
CMYK0.680.1300.58
HSL191.51º51.77%27.65%-
HSV(B)191.51º68.22%41.96%-
XYZ7.239.2315.31-
YUV76.95144.9597.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.53%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=14.53%
G=39.74%
B=45.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34931070.680.1300.58191.5151.7727.65
Hex225D6B44D03Ac0341c
Octal42135153104150723006434
Binary100010101110111010111000100110101110101100000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,93,107); }

 H1.HeaderClassName
 {
   color: #225D6B;
 }
 .AnyTagClassName
 {
   color: #225D6B;
 }
</style>
background-color css

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

 a { background-color: rgb(34,93,107); }

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

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

 span { border-color: rgb(34,93,107); }

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