#236071

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

Shades of Orient #236071

Tints of Orient #236071

Color information

#236071 (or 0x236071) is unknown color: approx Orient. HEX triplet: 23, 60 and 71. RGB value is (35,96,113). Sum of RGB (Red+Green+Blue) = 35+96+113=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #236071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236071 is #DC9F8E. Grayscale: #4F4F4F. Windows color (decimal): -14458767 or 7430179. OLE color: 7430179.

HSL color Cylindrical-coordinate representation of color #236071: hue angle of 193.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #236071 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3596113-
CMYK0.690.1500.56
HSL193.08º52.7%29.02%-
HSV(B)193.08º69.03%44.31%-
XYZ7.869.9217.12-
YUV79.7146.7996.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.34%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=14.34%
G=39.34%
B=46.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35961130.690.1500.56193.0852.729.02
Hex23607145F038c1351d
Octal43140161105170703016535
Binary100011110000011100011000101111101110001100000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236071; }

 p { color: rgb(35,96,113); }

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

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

 a { background-color: rgb(35,96,113); }

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

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

 span { border-color: rgb(35,96,113); }

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