Html Css Color HEX #225D6B Orient

📋 copy color: '#225D6B'

red 34 ◦ green 93 ◦ blue 107

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

Shades of Orient #225D6B

Tints of Orient #225D6B

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 value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#225D6B (or 0x225D6B) is known color: 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

RGB 34 93 107 -
CMYK 0.68 0.13 0 0.58
HSL 191.51º 0.52% 0.28% -
HSV(B) 191.51º 0.68% 0.42% -
XYZ 7.23 9.23 15.31 -
YUV 76.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 34 93 107 0.68 0.13 0 0.58 191.51 0.52 0.28
Hex 22 5D 6B 44 D 0 3A C0 34 1C
Octal 42 135 153 104 15 0 72 300 64 34
Binary 100010 1011101 1101011 1000100 1101 0 111010 11000000 110100 11100

Color Harmonies of #225D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225D6B

Black with #225D6B

Text Example


Text Example

White with #225D6B

Text Example


Text Example

HTML Codes & Css Web 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>