#235F6C

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

Shades of Orient #235F6C

Tints of Orient #235F6C

Color information

#235F6C (or 0x235F6C) is unknown color: approx Orient. HEX triplet: 23, 5F and 6C. RGB value is (35,95,108). Sum of RGB (Red+Green+Blue) = 35+95+108=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #235F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F6C is #DCA093. Grayscale: #4E4E4E. Windows color (decimal): -14459028 or 7102243. OLE color: 7102243.

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

Color convert

RGB3595108-
CMYK0.680.1200.58
HSL190.68º51.05%28.04%-
HSV(B)190.68º67.59%42.35%-
XYZ7.499.6215.65-
YUV78.54144.6296.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=14.71%
G=39.92%
B=45.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35951080.680.1200.58190.6851.0528.04
Hex235F6C44C03Abf331c
Octal43137154104140722776334
Binary100011101111111011001000100110001110101011111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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