#235C7B

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

Shades of Orient #235C7B

Tints of Orient #235C7B

Color information

#235C7B (or 0x235C7B) is unknown color: approx Orient. HEX triplet: 23, 5C and 7B. RGB value is (35,92,123). Sum of RGB (Red+Green+Blue) = 35+92+123=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #235C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C7B is #DCA384. Grayscale: #4E4E4E. Windows color (decimal): -14459781 or 8084515. OLE color: 8084515.

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

Color convert

RGB3592123-
CMYK0.720.2500.52
HSL201.14º55.7%30.98%-
HSV(B)201.14º71.54%48.24%-
XYZ8.19.4420.13-
YUV78.49153.1296.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=14%
G=36.8%
B=49.2%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35921230.720.2500.52201.1455.730.98
Hex235C7B4819034c9381f
Octal43134173110310643117037
Binary1000111011100111101110010001100101101001100100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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