#235b7c

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

Shades of Orient #235B7C

Tints of Orient #235B7C

Color information

#235B7C (or 0x235B7C) is unknown color: approx Orient. HEX triplet: 23, 5B and 7C. RGB value is (35,91,124). Sum of RGB (Red+Green+Blue) = 35+91+124=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #235B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B7C is #DCA483. Grayscale: #4D4D4D. Windows color (decimal): -14460036 or 8149795. OLE color: 8149795.

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

Color convert

RGB3591124-
CMYK0.720.2700.51
HSL202.25º55.97%31.18%-
HSV(B)202.25º71.77%48.63%-
XYZ8.079.2920.44-
YUV78.02153.9597.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=14%
G=36.4%
B=49.6%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35911240.720.2700.51202.2555.9731.18
Hex235B7C481B033ca381f
Octal43133174110330633127037
Binary1000111011011111110010010001101101100111100101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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