#236A71

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

Shades of Allports #236A71

Tints of Allports #236A71

Color information

#236A71 (or 0x236A71) is unknown color: approx Allports. HEX triplet: 23, 6A and 71. RGB value is (35,106,113). Sum of RGB (Red+Green+Blue) = 35+106+113=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #236A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A71 is #DC958E. Grayscale: #555555. Windows color (decimal): -14456207 or 7432739. OLE color: 7432739.

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

Color convert

RGB35106113-
CMYK0.690.0600.56
HSL185.38º52.7%29.02%-
HSV(B)185.38º69.03%44.31%-
XYZ8.8311.8617.45-
YUV85.57143.4891.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 106 (41.80% from 255) = 41.73%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=13.78%
G=41.73%
B=44.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal351061130.690.0600.56185.3852.729.02
Hex236A71456038b9351d
Octal4315216110560702716535
Binary10001111010101110001100010111001110001011100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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