#235B7B

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

Shades of Orient #235B7B

Tints of Orient #235B7B

Color information

#235B7B (or 0x235B7B) is unknown color: approx Orient. HEX triplet: 23, 5B and 7B. RGB value is (35,91,123). Sum of RGB (Red+Green+Blue) = 35+91+123=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #235B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B7B is #DCA484. Grayscale: #4D4D4D. Windows color (decimal): -14460037 or 8084259. OLE color: 8084259.

HSL color Cylindrical-coordinate representation of color #235B7B: hue angle of 201.82º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #235B7B is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3591123-
CMYK0.720.2600.52
HSL201.82º55.7%30.98%-
HSV(B)201.82º71.54%48.24%-
XYZ8.019.2720.11-
YUV77.9153.4597.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.06%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=14.06%
G=36.55%
B=49.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35911230.720.2600.52201.8255.730.98
Hex235B7B481A034ca381f
Octal43133173110320643127037
Binary1000111011011111101110010001101001101001100101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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