#235F7E

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

Shades of Orient #235F7E

Tints of Orient #235F7E

Color information

#235F7E (or 0x235F7E) is unknown color: approx Orient. HEX triplet: 23, 5F and 7E. RGB value is (35,95,126). Sum of RGB (Red+Green+Blue) = 35+95+126=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #235F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F7E is #DCA081. Grayscale: #505050. Windows color (decimal): -14459010 or 8281891. OLE color: 8281891.

HSL color Cylindrical-coordinate representation of color #235F7E: hue angle of 200.44º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #235F7E is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3595126-
CMYK0.720.2500.51
HSL200.44º56.52%31.57%-
HSV(B)200.44º72.22%49.41%-
XYZ8.5510.0521.23-
YUV80.59153.6295.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.67%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=13.67%
G=37.11%
B=49.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35951260.720.2500.51200.4456.5231.57
Hex235F7E4819033c83920
Octal43137176110310633107140
Binary10001110111111111110100100011001011001111001000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,95,126); }

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

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

 a { background-color: rgb(35,95,126); }

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

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

 span { border-color: rgb(35,95,126); }

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