Html Css Color HEX #225D74 Orient

📋 copy color: '#225D74'

red 34 ◦ green 93 ◦ blue 116

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

Shades of Orient #225D74

Tints of Orient #225D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.74%

R = 13.99%
G = 38.27%
B = 47.74%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#225D74 (or 0x225D74) is known color: Orient. HEX triplet: 22, 5D and 74. RGB value is (34,93,116). Sum of RGB (Red+Green+Blue) = 34+93+116=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #225D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D74 is #DDA28B. Grayscale: #4D4D4D. Windows color (decimal): -14525068 or 7626018. OLE color: 7626018.

HSL color Cylindrical-coordinate representation of color #225D74: hue angle of 196.83º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #225D74 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 93 116 -
CMYK 0.71 0.20 0 0.55
HSL 196.83º 0.55% 0.29% -
HSV(B) 196.83º 0.71% 0.45% -
XYZ 7.73 9.43 17.94 -
YUV 77.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 34 93 116 0.71 0.20 0 0.55 196.83 0.55 0.29
Hex 22 5D 74 47 14 0 37 C5 37 1D
Octal 42 135 164 107 24 0 67 305 67 35
Binary 100010 1011101 1110100 1000111 10100 0 110111 11000101 110111 11101

Color Harmonies of #225D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225D74

Black with #225D74

Text Example


Text Example

White with #225D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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