Html Css Color HEX #225F7D Orient

📋 copy color: '#225F7D'

red 34 ◦ green 95 ◦ blue 125

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

Shades of Orient #225F7D

Tints of Orient #225F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 13.39%
G = 37.4%
B = 49.21%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#225F7D (or 0x225F7D) is known color: Orient. HEX triplet: 22, 5F and 7D. RGB value is (34,95,125). Sum of RGB (Red+Green+Blue) = 34+95+125=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #225F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F7D is #DDA082. Grayscale: #505050. Windows color (decimal): -14524547 or 8216354. OLE color: 8216354.

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

Color convert

RGB 34 95 125 -
CMYK 0.73 0.24 0 0.51
HSL 199.78º 0.57% 0.31% -
HSV(B) 199.78º 0.73% 0.49% -
XYZ 8.45 10.01 20.89 -
YUV 80.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 34 95 125 0.73 0.24 0 0.51 199.78 0.57 0.31
Hex 22 5F 7D 49 18 0 33 C8 39 1F
Octal 42 137 175 111 30 0 63 310 71 37
Binary 100010 1011111 1111101 1001001 11000 0 110011 11001000 111001 11111

Color Harmonies of #225F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225F7D

Black with #225F7D

Text Example


Text Example

White with #225F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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