#235A7B

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

Shades of Orient #235A7B

Tints of Orient #235A7B

Color information

#235A7B (or 0x235A7B) is unknown color: approx Orient. HEX triplet: 23, 5A and 7B. RGB value is (35,90,123). Sum of RGB (Red+Green+Blue) = 35+90+123=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #235A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A7B is #DCA584. Grayscale: #4D4D4D. Windows color (decimal): -14460293 or 8084003. OLE color: 8084003.

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

Color convert

RGB3590123-
CMYK0.720.2700.52
HSL202.5º55.7%30.98%-
HSV(B)202.5º71.54%48.24%-
XYZ7.929.120.08-
YUV77.32153.7897.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.11%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=14.11%
G=36.29%
B=49.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35901230.720.2700.52202.555.730.98
Hex235A7B481B034ca381f
Octal43132173110330643127037
Binary1000111011010111101110010001101101101001100101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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