#235C75

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

Shades of Orient #235C75

Tints of Orient #235C75

Color information

#235C75 (or 0x235C75) is unknown color: approx Orient. HEX triplet: 23, 5C and 75. RGB value is (35,92,117). Sum of RGB (Red+Green+Blue) = 35+92+117=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #235C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C75 is #DCA38A. Grayscale: #4D4D4D. Windows color (decimal): -14459787 or 7691299. OLE color: 7691299.

HSL color Cylindrical-coordinate representation of color #235C75: hue angle of 198.29º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235C75 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3592117-
CMYK0.700.2100.54
HSL198.29º53.95%29.8%-
HSV(B)198.29º70.09%45.88%-
XYZ7.739.318.22-
YUV77.81150.1297.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.34%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=14.34%
G=37.70%
B=47.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35921170.700.2100.54198.2953.9529.8
Hex235C754615036c6361e
Octal43134165106250663066636
Binary1000111011100111010110001101010101101101100011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,92,117); }

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

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

 a { background-color: rgb(35,92,117); }

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

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

 span { border-color: rgb(35,92,117); }

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