#235A71

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

Shades of Orient #235A71

Tints of Orient #235A71

Color information

#235A71 (or 0x235A71) is unknown color: approx Orient. HEX triplet: 23, 5A and 71. RGB value is (35,90,113). Sum of RGB (Red+Green+Blue) = 35+90+113=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #235A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A71 is #DCA58E. Grayscale: #4C4C4C. Windows color (decimal): -14460303 or 7428643. OLE color: 7428643.

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

Color convert

RGB3590113-
CMYK0.690.2000.56
HSL197.69º52.7%29.02%-
HSV(B)197.69º69.03%44.31%-
XYZ7.338.8616.95-
YUV76.18148.7898.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 113 (44.53% from 255) = 47.48%
R=14.71%
G=37.82%
B=47.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35901130.690.2000.56197.6952.729.02
Hex235A714514038c6351d
Octal43132161105240703066535
Binary1000111011010111000110001011010001110001100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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