Html Css Color HEX #225F6B Orient

📋 copy color: '#225F6B'

red 34 ◦ green 95 ◦ blue 107

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

Shades of Orient #225F6B

Tints of Orient #225F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.34%

R = 14.41%
G = 40.25%
B = 45.34%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#225F6B (or 0x225F6B) is known color: Orient. HEX triplet: 22, 5F and 6B. RGB value is (34,95,107). Sum of RGB (Red+Green+Blue) = 34+95+107=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #225F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F6B is #DDA094. Grayscale: #4E4E4E. Windows color (decimal): -14524565 or 7036706. OLE color: 7036706.

HSL color Cylindrical-coordinate representation of color #225F6B: hue angle of 189.86º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #225F6B is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 34 95 107 -
CMYK 0.68 0.11 0 0.58
HSL 189.86º 0.52% 0.28% -
HSV(B) 189.86º 0.68% 0.42% -
XYZ 7.41 9.59 15.37 -
YUV 78.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 34 95 107 0.68 0.11 0 0.58 189.86 0.52 0.28
Hex 22 5F 6B 44 B 0 3A BE 34 1C
Octal 42 137 153 104 13 0 72 276 64 34
Binary 100010 1011111 1101011 1000100 1011 0 111010 10111110 110100 11100

Color Harmonies of #225F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225F6B

Black with #225F6B

Text Example


Text Example

White with #225F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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