Html Css Color HEX #236271 Allports

📋 copy color: '#236271'

red 35 ◦ green 98 ◦ blue 113

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

Shades of Allports #236271

Tints of Allports #236271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

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

R = 14.23%
G = 39.84%
B = 45.93%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#236271 (or 0x236271) is known color: Allports. HEX triplet: 23, 62 and 71. RGB value is (35,98,113). Sum of RGB (Red+Green+Blue) = 35+98+113=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #236271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236271 is #DC9D8E. Grayscale: #505050. Windows color (decimal): -14458255 or 7430691. OLE color: 7430691.

HSL color Cylindrical-coordinate representation of color #236271: hue angle of 191.54º 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 #236271 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 98 113 -
CMYK 0.69 0.13 0 0.56
HSL 191.54º 0.53% 0.29% -
HSV(B) 191.54º 0.69% 0.44% -
XYZ 8.04 10.28 17.18 -
YUV 80.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 35 98 113 0.69 0.13 0 0.56 191.54 0.53 0.29
Hex 23 62 71 45 D 0 38 C0 35 1D
Octal 43 142 161 105 15 0 70 300 65 35
Binary 100011 1100010 1110001 1000101 1101 0 111000 11000000 110101 11101

Color Harmonies of #236271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236271

Black with #236271

Text Example


Text Example

White with #236271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236271; }

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

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

background-color css

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

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

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

border-color css

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

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

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