#236B78

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

Shades of Allports #236B78

Tints of Allports #236B78

Color information

#236B78 (or 0x236B78) is unknown color: approx Allports. HEX triplet: 23, 6B and 78. RGB value is (35,107,120). Sum of RGB (Red+Green+Blue) = 35+107+120=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #236B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236B78 is #DC9487. Grayscale: #565656. Windows color (decimal): -14455944 or 7891747. OLE color: 7891747.

HSL color Cylindrical-coordinate representation of color #236B78: hue angle of 189.18º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #236B78 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB35107120-
CMYK0.710.1100.53
HSL189.18º54.84%30.39%-
HSV(B)189.18º70.83%47.06%-
XYZ9.3412.2319.64-
YUV86.95146.6590.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=13.36%
G=40.84%
B=45.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal351071200.710.1100.53189.1854.8430.39
Hex236B7847B035bd371e
Octal43153170107130652756736
Binary100011110101111110001000111101101101011011110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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