Html Css Color HEX #246B71 Allports

📋 copy color: '#246B71'

red 36 ◦ green 107 ◦ blue 113

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

Shades of Allports #246B71

Tints of Allports #246B71

RGB

 RED value IS 36 (14.45% from 255) = 14.06%

 GREEN value IS 107 (42.19% from 255) = 41.8%

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

R = 14.06%
G = 41.8%
B = 44.14%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#246B71 (or 0x246B71) is known color: Allports. HEX triplet: 24, 6B and 71. RGB value is (36,107,113). Sum of RGB (Red+Green+Blue) = 36+107+113=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 107 (42.19% from 255 or 41.80% 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 #246B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246B71 is #DB948E. Grayscale: #565656. Windows color (decimal): -14390415 or 7432996. OLE color: 7432996.

HSL color Cylindrical-coordinate representation of color #246B71: hue angle of 184.68º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246B71 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 107 113 -
CMYK 0.68 0.05 0 0.56
HSL 184.68º 0.52% 0.29% -
HSV(B) 184.68º 0.68% 0.44% -
XYZ 8.97 12.08 17.48 -
YUV 86.46 142.98 92.01 -
System Red Green Blue C M Y K H S L
Decimal 36 107 113 0.68 0.05 0 0.56 184.68 0.52 0.29
Hex 24 6B 71 44 5 0 38 B9 34 1D
Octal 44 153 161 104 5 0 70 271 64 35
Binary 100100 1101011 1110001 1000100 101 0 111000 10111001 110100 11101

Color Harmonies of #246B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B71

Black with #246B71

Text Example


Text Example

White with #246B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246B71; }

 p { color: rgb(36,107,113); }

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

background-color css

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

 a { background-color: rgb(36,107,113); }

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

border-color css

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

 span { border-color: rgb(36,107,113); }

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