Html Css Color HEX #225F7A Orient

📋 copy color: '#225F7A'

red 34 ◦ green 95 ◦ blue 122

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

Shades of Orient #225F7A

Tints of Orient #225F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 48.61%

R = 13.55%
G = 37.85%
B = 48.61%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#225F7A (or 0x225F7A) is known color: Orient. HEX triplet: 22, 5F and 7A. RGB value is (34,95,122). Sum of RGB (Red+Green+Blue) = 34+95+122=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #225F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F7A is #DDA085. Grayscale: #4F4F4F. Windows color (decimal): -14524550 or 8019746. OLE color: 8019746.

HSL color Cylindrical-coordinate representation of color #225F7A: hue angle of 198.41º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #225F7A is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 34 95 122 -
CMYK 0.72 0.22 0 0.52
HSL 198.41º 0.56% 0.31% -
HSV(B) 198.41º 0.72% 0.48% -
XYZ 8.26 9.93 19.89 -
YUV 79.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 34 95 122 0.72 0.22 0 0.52 198.41 0.56 0.31
Hex 22 5F 7A 48 16 0 34 C6 38 1F
Octal 42 137 172 110 26 0 64 306 70 37
Binary 100010 1011111 1111010 1001000 10110 0 110100 11000110 111000 11111

Color Harmonies of #225F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225F7A

Black with #225F7A

Text Example


Text Example

White with #225F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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