Html Css Color HEX #225F7B Orient

📋 copy color: '#225F7B'

red 34 ◦ green 95 ◦ blue 123

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

Shades of Orient #225F7B

Tints of Orient #225F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.81%

R = 13.49%
G = 37.7%
B = 48.81%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#225F7B (or 0x225F7B) is known color: Orient. HEX triplet: 22, 5F and 7B. RGB value is (34,95,123). Sum of RGB (Red+Green+Blue) = 34+95+123=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #225F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F7B is #DDA084. Grayscale: #4F4F4F. Windows color (decimal): -14524549 or 8085282. OLE color: 8085282.

HSL color Cylindrical-coordinate representation of color #225F7B: hue angle of 198.88º degrees, saturation: 0.57, 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 #225F7B is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 34 95 123 -
CMYK 0.72 0.23 0 0.52
HSL 198.88º 0.57% 0.31% -
HSV(B) 198.88º 0.72% 0.48% -
XYZ 8.33 9.95 20.22 -
YUV 79.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 34 95 123 0.72 0.23 0 0.52 198.88 0.57 0.31
Hex 22 5F 7B 48 17 0 34 C7 39 1F
Octal 42 137 173 110 27 0 64 307 71 37
Binary 100010 1011111 1111011 1001000 10111 0 110100 11000111 111001 11111

Color Harmonies of #225F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225F7B

Black with #225F7B

Text Example


Text Example

White with #225F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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