#23617C

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

Shades of Orient #23617C

Tints of Orient #23617C

Color information

#23617C (or 0x23617C) is unknown color: approx Orient. HEX triplet: 23, 61 and 7C. RGB value is (35,97,124). Sum of RGB (Red+Green+Blue) = 35+97+124=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #23617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23617C is #DC9E83. Grayscale: #515151. Windows color (decimal): -14458500 or 8151331. OLE color: 8151331.

HSL color Cylindrical-coordinate representation of color #23617C: hue angle of 198.2º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23617C is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3597124-
CMYK0.720.2200.51
HSL198.2º55.97%31.18%-
HSV(B)198.2º71.77%48.63%-
XYZ8.6110.3620.62-
YUV81.54151.9694.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.67%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=13.67%
G=37.89%
B=48.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35971240.720.2200.51198.255.9731.18
Hex23617C4816033c6381f
Octal43141174110260633067037
Binary1000111100001111110010010001011001100111100011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23617C; }

 p { color: rgb(35,97,124); }

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

<style>
 a { background-color: #23617C; }

 a { background-color: rgb(35,97,124); }

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

<style>
 span { border-color: #23617C; }

 span { border-color: rgb(35,97,124); }

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