#23607D

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

Shades of Orient #23607D

Tints of Orient #23607D

Color information

#23607D (or 0x23607D) is unknown color: approx Orient. HEX triplet: 23, 60 and 7D. RGB value is (35,96,125). Sum of RGB (Red+Green+Blue) = 35+96+125=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #23607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23607D is #DC9F82. Grayscale: #505050. Windows color (decimal): -14458755 or 8216611. OLE color: 8216611.

HSL color Cylindrical-coordinate representation of color #23607D: hue angle of 199.33º 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 #23607D is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3596125-
CMYK0.720.2300.51
HSL199.33º56.25%31.37%-
HSV(B)199.33º72%49.02%-
XYZ8.5810.220.92-
YUV81.07152.7995.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.67%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=13.67%
G=37.5%
B=48.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35961250.720.2300.51199.3356.2531.37
Hex23607D4817033c7381f
Octal43140175110270633077037
Binary1000111100000111110110010001011101100111100011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23607D; }

 p { color: rgb(35,96,125); }

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

<style>
 a { background-color: #23607D; }

 a { background-color: rgb(35,96,125); }

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

<style>
 span { border-color: #23607D; }

 span { border-color: rgb(35,96,125); }

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