#235F7B

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

Shades of Orient #235F7B

Tints of Orient #235F7B

Color information

#235F7B (or 0x235F7B) is unknown color: approx Orient. HEX triplet: 23, 5F and 7B. RGB value is (35,95,123). Sum of RGB (Red+Green+Blue) = 35+95+123=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #235F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F7B is #DCA084. Grayscale: #505050. Windows color (decimal): -14459013 or 8085283. OLE color: 8085283.

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

Color convert

RGB3595123-
CMYK0.720.2300.52
HSL199.09º55.7%30.98%-
HSV(B)199.09º71.54%48.24%-
XYZ8.369.9720.22-
YUV80.25152.1295.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 95 (37.5% from 255) = 37.55%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=13.83%
G=37.55%
B=48.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35951230.720.2300.52199.0955.730.98
Hex235F7B4817034c7381f
Octal43137173110270643077037
Binary1000111011111111101110010001011101101001100011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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