#235272

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

Shades of Orient #235272

Tints of Orient #235272

Color information

#235272 (or 0x235272) is unknown color: approx Orient. HEX triplet: 23, 52 and 72. RGB value is (35,82,114). Sum of RGB (Red+Green+Blue) = 35+82+114=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #235272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235272 is #DCAD8D. Grayscale: #474747. Windows color (decimal): -14462350 or 7492131. OLE color: 7492131.

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

Color convert

RGB3582114-
CMYK0.690.2800.55
HSL204.3º53.02%29.22%-
HSV(B)204.3º69.3%44.71%-
XYZ6.757.6117.03-
YUV71.6151.93101.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.15%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=15.15%
G=35.50%
B=49.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35821140.690.2800.55204.353.0229.22
Hex235272451C037cc351d
Octal43122162105340673146535
Binary1000111010010111001010001011110001101111100110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235272; }

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

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

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

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

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

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

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

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