#236A84

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

Shades of Allports #236A84

Tints of Allports #236A84

Color information

#236A84 (or 0x236A84) is unknown color: approx Allports. HEX triplet: 23, 6A and 84. RGB value is (35,106,132). Sum of RGB (Red+Green+Blue) = 35+106+132=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #236A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236A84 is #DC957B. Grayscale: #575757. Windows color (decimal): -14456188 or 8677923. OLE color: 8677923.

HSL color Cylindrical-coordinate representation of color #236A84: hue angle of 196.08º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #236A84 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB35106132-
CMYK0.730.2000.48
HSL196.08º58.08%32.75%-
HSV(B)196.08º73.48%51.76%-
XYZ10.0112.3323.68-
YUV87.74152.9890.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.82%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=12.82%
G=38.83%
B=48.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351061320.730.2000.48196.0858.0832.75
Hex236A844914030c43a21
Octal43152204111240603047241
Binary100011110101010000100100100110100011000011000100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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