Html Css Color HEX #236D76 Allports

📋 copy color: '#236D76'

red 35 ◦ green 109 ◦ blue 118

#236D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #236D76

Tints of Allports #236D76

RGB

 RED value IS 35 (14.06% from 255) = 13.36%

 GREEN value IS 109 (42.97% from 255) = 41.6%

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 13.36%
G = 41.6%
B = 45.04%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#236D76 (or 0x236D76) is known color: Allports. HEX triplet: 23, 6D and 76. RGB value is (35,109,118). Sum of RGB (Red+Green+Blue) = 35+109+118=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #236D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236D76 is #DC9289. Grayscale: #575757. Windows color (decimal): -14455434 or 7761187. OLE color: 7761187.

HSL color Cylindrical-coordinate representation of color #236D76: hue angle of 186.51º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236D76 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 109 118 -
CMYK 0.70 0.08 0 0.54
HSL 186.51º 0.54% 0.3% -
HSV(B) 186.51º 0.7% 0.46% -
XYZ 9.43 12.6 19.07 -
YUV 87.9 144.98 90.27 -
System Red Green Blue C M Y K H S L
Decimal 35 109 118 0.70 0.08 0 0.54 186.51 0.54 0.3
Hex 23 6D 76 46 8 0 36 BB 36 1E
Octal 43 155 166 106 10 0 66 273 66 36
Binary 100011 1101101 1110110 1000110 1000 0 110110 10111011 110110 11110

Color Harmonies of #236D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236D76

Black with #236D76

Text Example


Text Example

White with #236D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,109,118); }

 H1.HeaderClassName
 {
   color: #236D76;
 }
 .AnyTagClassName
 {
   color: #236D76;
 }
</style>

background-color css

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

 a { background-color: rgb(35,109,118); }

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

border-color css

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

 span { border-color: rgb(35,109,118); }

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