#236A88

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

Shades of Allports #236A88

Tints of Allports #236A88

Color information

#236A88 (or 0x236A88) is unknown color: approx Allports. HEX triplet: 23, 6A and 88. RGB value is (35,106,136). Sum of RGB (Red+Green+Blue) = 35+106+136=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #236A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236A88 is #DC9577. Grayscale: #585858. Windows color (decimal): -14456184 or 8940067. OLE color: 8940067.

HSL color Cylindrical-coordinate representation of color #236A88: hue angle of 197.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #236A88 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB35106136-
CMYK0.740.2200.47
HSL197.82º59.06%33.53%-
HSV(B)197.82º74.26%53.33%-
XYZ10.2912.4425.15-
YUV88.19154.9890.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.64%
GREEN value IS 106 (41.80% from 255) = 38.27%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=12.64%
G=38.27%
B=49.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351061360.740.2200.47197.8259.0633.53
Hex236A884A1602Fc63b22
Octal43152210112260573067342
Binary100011110101010001000100101010110010111111000110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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