#236171

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

Shades of Orient #236171

Tints of Orient #236171

Color information

#236171 (or 0x236171) is unknown color: approx Orient. HEX triplet: 23, 61 and 71. RGB value is (35,97,113). Sum of RGB (Red+Green+Blue) = 35+97+113=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #236171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236171 is #DC9E8E. Grayscale: #505050. Windows color (decimal): -14458511 or 7430435. OLE color: 7430435.

HSL color Cylindrical-coordinate representation of color #236171: hue angle of 192.31º 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 #236171 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3597113-
CMYK0.690.1400.56
HSL192.31º52.7%29.02%-
HSV(B)192.31º69.03%44.31%-
XYZ7.9510.117.15-
YUV80.29146.4695.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.29%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=14.29%
G=39.59%
B=46.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35971130.690.1400.56192.3152.729.02
Hex23617145E038c0351d
Octal43141161105160703006535
Binary100011110000111100011000101111001110001100000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236171; }

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

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

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

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

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

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

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

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