#235972

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

Shades of Orient #235972

Tints of Orient #235972

Color information

#235972 (or 0x235972) is unknown color: approx Orient. HEX triplet: 23, 59 and 72. RGB value is (35,89,114). Sum of RGB (Red+Green+Blue) = 35+89+114=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #235972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235972 is #DCA68D. Grayscale: #4B4B4B. Windows color (decimal): -14460558 or 7493923. OLE color: 7493923.

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

Color convert

RGB3589114-
CMYK0.690.2200.55
HSL198.99º53.02%29.22%-
HSV(B)198.99º69.3%44.71%-
XYZ7.38.7217.22-
YUV75.7149.6198.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=14.71%
G=37.39%
B=47.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35891140.690.2200.55198.9953.0229.22
Hex2359724516037c7351d
Octal43131162105260673076535
Binary1000111011001111001010001011011001101111100011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235972; }

 p { color: rgb(35,89,114); }

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

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

 a { background-color: rgb(35,89,114); }

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

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

 span { border-color: rgb(35,89,114); }

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