Html Css Color HEX #225F6C Orient

📋 copy color: '#225F6C'

red 34 ◦ green 95 ◦ blue 108

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

Shades of Orient #225F6C

Tints of Orient #225F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.57%

R = 14.35%
G = 40.08%
B = 45.57%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#225F6C (or 0x225F6C) is known color: Orient. HEX triplet: 22, 5F and 6C. RGB value is (34,95,108). Sum of RGB (Red+Green+Blue) = 34+95+108=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #225F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F6C is #DDA093. Grayscale: #4E4E4E. Windows color (decimal): -14524564 or 7102242. OLE color: 7102242.

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

Color convert

RGB 34 95 108 -
CMYK 0.69 0.12 0 0.58
HSL 190.54º 0.52% 0.28% -
HSV(B) 190.54º 0.69% 0.42% -
XYZ 7.46 9.61 15.65 -
YUV 78.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 34 95 108 0.69 0.12 0 0.58 190.54 0.52 0.28
Hex 22 5F 6C 45 C 0 3A BF 34 1C
Octal 42 137 154 105 14 0 72 277 64 34
Binary 100010 1011111 1101100 1000101 1100 0 111010 10111111 110100 11100

Color Harmonies of #225F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225F6C

Black with #225F6C

Text Example


Text Example

White with #225F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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