Html Css Color HEX #225D7C Orient

📋 copy color: '#225D7C'

red 34 ◦ green 93 ◦ blue 124

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

Shades of Orient #225D7C

Tints of Orient #225D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.4%

R = 13.55%
G = 37.05%
B = 49.4%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#225D7C (or 0x225D7C) is known color: Orient. HEX triplet: 22, 5D and 7C. RGB value is (34,93,124). Sum of RGB (Red+Green+Blue) = 34+93+124=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #225D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D7C is #DDA283. Grayscale: #4E4E4E. Windows color (decimal): -14525060 or 8150306. OLE color: 8150306.

HSL color Cylindrical-coordinate representation of color #225D7C: hue angle of 200.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #225D7C is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 93 124 -
CMYK 0.73 0.25 0 0.51
HSL 200.67º 0.57% 0.31% -
HSV(B) 200.67º 0.73% 0.49% -
XYZ 8.21 9.62 20.49 -
YUV 78.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 34 93 124 0.73 0.25 0 0.51 200.67 0.57 0.31
Hex 22 5D 7C 49 19 0 33 C9 39 1F
Octal 42 135 174 111 31 0 63 311 71 37
Binary 100010 1011101 1111100 1001001 11001 0 110011 11001001 111001 11111

Color Harmonies of #225D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225D7C

Black with #225D7C

Text Example


Text Example

White with #225D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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