#22627B

Color #22627B Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #22627B

Tints of Orient #22627B

Color information

#22627B (or 0x22627B) is unknown color: approx Orient. HEX triplet: 22, 62 and 7B. RGB value is (34,98,123). Sum of RGB (Red+Green+Blue) = 34+98+123=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #22627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22627B is #DD9D84. Grayscale: #515151. Windows color (decimal): -14523781 or 8086050. OLE color: 8086050.

HSL color Cylindrical-coordinate representation of color #22627B: hue angle of 196.85º 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 #22627B is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3498123-
CMYK0.720.2000.52
HSL196.85º56.69%30.78%-
HSV(B)196.85º72.36%48.24%-
XYZ8.610.5120.31-
YUV81.71151.393.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.33%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=13.33%
G=38.43%
B=48.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34981230.720.2000.52196.8556.6930.78
Hex22627B4814034c5391f
Octal42142173110240643057137
Binary1000101100010111101110010001010001101001100010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22627B; }

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

 H1.HeaderClassName
 {
   color: #22627B;
 }
 .AnyTagClassName
 {
   color: #22627B;
 }
</style>
background-color css

<style>
 a { background-color: #22627B; }

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

 div.DivClassName
 {
   background-color: #22627B;
 }
 .BgClassName
 {
   background-color: #22627B;
 }
</style>
border-color css

<style>
 span { border-color: #22627B; }

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

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