#235373

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

Shades of Orient #235373

Tints of Orient #235373

Color information

#235373 (or 0x235373) is unknown color: approx Orient. HEX triplet: 23, 53 and 73. RGB value is (35,83,115). Sum of RGB (Red+Green+Blue) = 35+83+115=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #235373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235373 is #DCAC8C. Grayscale: #484848. Windows color (decimal): -14462093 or 7557923. OLE color: 7557923.

HSL color Cylindrical-coordinate representation of color #235373: hue angle of 204º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235373 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3583115-
CMYK0.700.2800.55
HSL204º53.33%29.41%-
HSV(B)204º69.57%45.1%-
XYZ6.887.7817.36-
YUV72.3152.1101.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=15.02%
G=35.62%
B=49.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35831150.700.2800.5520453.3329.41
Hex235373461C037cc351d
Octal43123163106340673146535
Binary1000111010011111001110001101110001101111100110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235373; }

 p { color: rgb(35,83,115); }

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

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

 a { background-color: rgb(35,83,115); }

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

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

 span { border-color: rgb(35,83,115); }

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