Html Css Color HEX #225F7C Orient

📋 copy color: '#225F7C'

red 34 ◦ green 95 ◦ blue 124

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

Shades of Orient #225F7C

Tints of Orient #225F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.55%

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

R = 13.44%
G = 37.55%
B = 49.01%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#225F7C (or 0x225F7C) is known color: Orient. HEX triplet: 22, 5F and 7C. RGB value is (34,95,124). Sum of RGB (Red+Green+Blue) = 34+95+124=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #225F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F7C is #DDA083. Grayscale: #4F4F4F. Windows color (decimal): -14524548 or 8150818. OLE color: 8150818.

HSL color Cylindrical-coordinate representation of color #225F7C: hue angle of 199.33º 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 #225F7C is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 95 124 -
CMYK 0.73 0.23 0 0.51
HSL 199.33º 0.57% 0.31% -
HSV(B) 199.33º 0.73% 0.49% -
XYZ 8.39 9.98 20.55 -
YUV 80.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 34 95 124 0.73 0.23 0 0.51 199.33 0.57 0.31
Hex 22 5F 7C 49 17 0 33 C7 39 1F
Octal 42 137 174 111 27 0 63 307 71 37
Binary 100010 1011111 1111100 1001001 10111 0 110011 11000111 111001 11111

Color Harmonies of #225F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225F7C

Black with #225F7C

Text Example


Text Example

White with #225F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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