Html Css Color HEX #236C71 Allports

📋 copy color: '#236C71'

red 35 ◦ green 108 ◦ blue 113

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

Shades of Allports #236C71

Tints of Allports #236C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.19%

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 13.67%
G = 42.19%
B = 44.14%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#236C71 (or 0x236C71) is known color: Allports. HEX triplet: 23, 6C and 71. RGB value is (35,108,113). Sum of RGB (Red+Green+Blue) = 35+108+113=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #236C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236C71 is #DC938E. Grayscale: #565656. Windows color (decimal): -14455695 or 7433251. OLE color: 7433251.

HSL color Cylindrical-coordinate representation of color #236C71: hue angle of 183.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #236C71 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 108 113 -
CMYK 0.69 0.04 0 0.56
HSL 183.85º 0.53% 0.29% -
HSV(B) 183.85º 0.69% 0.44% -
XYZ 9.04 12.27 17.52 -
YUV 86.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 35 108 113 0.69 0.04 0 0.56 183.85 0.53 0.29
Hex 23 6C 71 45 4 0 38 B8 35 1D
Octal 43 154 161 105 4 0 70 270 65 35
Binary 100011 1101100 1110001 1000101 100 0 111000 10111000 110101 11101

Color Harmonies of #236C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236C71

Black with #236C71

Text Example


Text Example

White with #236C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,108,113); }

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

background-color css

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

 a { background-color: rgb(35,108,113); }

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

border-color css

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

 span { border-color: rgb(35,108,113); }

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