#236B8A

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

Shades of Allports #236B8A

Tints of Allports #236B8A

Color information

#236B8A (or 0x236B8A) is unknown color: approx Allports. HEX triplet: 23, 6B and 8A. RGB value is (35,107,138). Sum of RGB (Red+Green+Blue) = 35+107+138=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #236B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236B8A is #DC9475. Grayscale: #585858. Windows color (decimal): -14455926 or 9071395. OLE color: 9071395.

HSL color Cylindrical-coordinate representation of color #236B8A: hue angle of 198.06º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #236B8A is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB35107138-
CMYK0.750.2200.46
HSL198.06º59.54%33.92%-
HSV(B)198.06º74.64%54.12%-
XYZ10.5412.7125.94-
YUV89.01155.6589.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.5%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=12.5%
G=38.21%
B=49.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal351071380.750.2200.46198.0659.5433.92
Hex236B8A4B1602Ec63c22
Octal43153212113260563067442
Binary100011110101110001010100101110110010111011000110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,107,138); }

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

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

 a { background-color: rgb(35,107,138); }

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

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

 span { border-color: rgb(35,107,138); }

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