#236F81

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

Shades of Allports #236F81

Tints of Allports #236F81

Color information

#236F81 (or 0x236F81) is unknown color: approx Allports. HEX triplet: 23, 6F and 81. RGB value is (35,111,129). Sum of RGB (Red+Green+Blue) = 35+111+129=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #236F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236F81 is #DC907E. Grayscale: #5A5A5A. Windows color (decimal): -14454911 or 8482595. OLE color: 8482595.

HSL color Cylindrical-coordinate representation of color #236F81: hue angle of 191.49º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #236F81 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB35111129-
CMYK0.730.1400.49
HSL191.49º57.32%32.16%-
HSV(B)191.49º72.87%50.59%-
XYZ10.3413.3122.79-
YUV90.33149.8288.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.73%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=12.73%
G=40.36%
B=46.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal351111290.730.1400.49191.4957.3232.16
Hex236F8149E031bf3920
Octal43157201111160612777140
Binary10001111011111000000110010011110011000110111111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,111,129); }

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

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

 a { background-color: rgb(35,111,129); }

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

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

 span { border-color: rgb(35,111,129); }

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