Html Css Color HEX #246A82 Allports

📋 copy color: '#246A82'

red 36 ◦ green 106 ◦ blue 130

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

Shades of Allports #246A82

Tints of Allports #246A82

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.97%

 BLUE value IS 130 (51.17% from 255) = 47.79%

R = 13.24%
G = 38.97%
B = 47.79%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#246A82 (or 0x246A82) is known color: Allports. HEX triplet: 24, 6A and 82. RGB value is (36,106,130). Sum of RGB (Red+Green+Blue) = 36+106+130=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #246A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A82 is #DB957D. Grayscale: #575757. Windows color (decimal): -14390654 or 8546852. OLE color: 8546852.

HSL color Cylindrical-coordinate representation of color #246A82: hue angle of 195.32º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246A82 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 106 130 -
CMYK 0.72 0.18 0 0.49
HSL 195.32º 0.57% 0.33% -
HSV(B) 195.32º 0.72% 0.51% -
XYZ 9.91 12.29 22.97 -
YUV 87.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 36 106 130 0.72 0.18 0 0.49 195.32 0.57 0.33
Hex 24 6A 82 48 12 0 31 C3 39 21
Octal 44 152 202 110 22 0 61 303 71 41
Binary 100100 1101010 10000010 1001000 10010 0 110001 11000011 111001 100001

Color Harmonies of #246A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246A82

Black with #246A82

Text Example


Text Example

White with #246A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,106,130); }

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

background-color css

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

 a { background-color: rgb(36,106,130); }

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

border-color css

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

 span { border-color: rgb(36,106,130); }

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