#23606F

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

Shades of Orient #23606F

Tints of Orient #23606F

Color information

#23606F (or 0x23606F) is unknown color: approx Orient. HEX triplet: 23, 60 and 6F. RGB value is (35,96,111). Sum of RGB (Red+Green+Blue) = 35+96+111=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #23606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23606F is #DC9F90. Grayscale: #4F4F4F. Windows color (decimal): -14458769 or 7299107. OLE color: 7299107.

HSL color Cylindrical-coordinate representation of color #23606F: hue angle of 191.84º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23606F is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3596111-
CMYK0.680.1400.56
HSL191.84º52.05%28.63%-
HSV(B)191.84º68.47%43.53%-
XYZ7.759.8716.54-
YUV79.47145.7996.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.46%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 111 (43.75% from 255) = 45.87%
R=14.46%
G=39.67%
B=45.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35961110.680.1400.56191.8452.0528.63
Hex23606F44E038c0341d
Octal43140157104160703006435
Binary100011110000011011111000100111001110001100000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23606F; }

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

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

<style>
 a { background-color: #23606F; }

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

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

<style>
 span { border-color: #23606F; }

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

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