#235B73

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

Shades of Orient #235B73

Tints of Orient #235B73

Color information

#235B73 (or 0x235B73) is unknown color: approx Orient. HEX triplet: 23, 5B and 73. RGB value is (35,91,115). Sum of RGB (Red+Green+Blue) = 35+91+115=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #235B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B73 is #DCA48C. Grayscale: #4C4C4C. Windows color (decimal): -14460045 or 7559971. OLE color: 7559971.

HSL color Cylindrical-coordinate representation of color #235B73: hue angle of 198º 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 #235B73 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3591115-
CMYK0.700.2100.55
HSL198º53.33%29.41%-
HSV(B)198º69.57%45.1%-
XYZ7.539.0817.57-
YUV76.99149.4598.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.52%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=14.52%
G=37.76%
B=47.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35911150.700.2100.5519853.3329.41
Hex235B734615037c6351d
Octal43133163106250673066535
Binary1000111011011111001110001101010101101111100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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