Html Css Color HEX #225D6D Orient

📋 copy color: '#225D6D'

red 34 ◦ green 93 ◦ blue 109

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

Shades of Orient #225D6D

Tints of Orient #225D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.41%

 BLUE value IS 109 (42.97% from 255) = 46.19%

R = 14.41%
G = 39.41%
B = 46.19%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#225D6D (or 0x225D6D) is known color: Orient. HEX triplet: 22, 5D and 6D. RGB value is (34,93,109). Sum of RGB (Red+Green+Blue) = 34+93+109=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #225D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D6D is #DDA292. Grayscale: #4D4D4D. Windows color (decimal): -14525075 or 7167266. OLE color: 7167266.

HSL color Cylindrical-coordinate representation of color #225D6D: hue angle of 192.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #225D6D is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 34 93 109 -
CMYK 0.69 0.15 0 0.57
HSL 192.8º 0.52% 0.28% -
HSV(B) 192.8º 0.69% 0.43% -
XYZ 7.33 9.27 15.87 -
YUV 77.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 34 93 109 0.69 0.15 0 0.57 192.8 0.52 0.28
Hex 22 5D 6D 45 F 0 39 C1 34 1C
Octal 42 135 155 105 17 0 71 301 64 34
Binary 100010 1011101 1101101 1000101 1111 0 111001 11000001 110100 11100

Color Harmonies of #225D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225D6D

Black with #225D6D

Text Example


Text Example

White with #225D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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