Html Css Color HEX #246379 Allports

📋 copy color: '#246379'

red 36 ◦ green 99 ◦ blue 121

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

Shades of Allports #246379

Tints of Allports #246379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

 BLUE value IS 121 (47.66% from 255) = 47.27%

R = 14.06%
G = 38.67%
B = 47.27%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#246379 (or 0x246379) is known color: Allports. HEX triplet: 24, 63 and 79. RGB value is (36,99,121). Sum of RGB (Red+Green+Blue) = 36+99+121=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #246379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246379 is #DB9C86. Grayscale: #525252. Windows color (decimal): -14392455 or 7955236. OLE color: 7955236.

HSL color Cylindrical-coordinate representation of color #246379: hue angle of 195.53º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #246379 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 99 121 -
CMYK 0.70 0.18 0 0.53
HSL 195.53º 0.54% 0.31% -
HSV(B) 195.53º 0.7% 0.47% -
XYZ 8.64 10.68 19.7 -
YUV 82.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 36 99 121 0.70 0.18 0 0.53 195.53 0.54 0.31
Hex 24 63 79 46 12 0 35 C4 36 1F
Octal 44 143 171 106 22 0 65 304 66 37
Binary 100100 1100011 1111001 1000110 10010 0 110101 11000100 110110 11111

Color Harmonies of #246379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246379

Black with #246379

Text Example


Text Example

White with #246379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246379; }

 p { color: rgb(36,99,121); }

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

background-color css

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

 a { background-color: rgb(36,99,121); }

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

border-color css

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

 span { border-color: rgb(36,99,121); }

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