Html Css Color HEX #246B82 Allports

📋 copy color: '#246B82'

red 36 ◦ green 107 ◦ blue 130

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

Shades of Allports #246B82

Tints of Allports #246B82

RGB

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

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

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

R = 13.19%
G = 39.19%
B = 47.62%

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

#246B82 (or 0x246B82) is known color: Allports. HEX triplet: 24, 6B and 82. RGB value is (36,107,130). Sum of RGB (Red+Green+Blue) = 36+107+130=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #246B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B82 is #DB947D. Grayscale: #585858. Windows color (decimal): -14390398 or 8547108. OLE color: 8547108.

HSL color Cylindrical-coordinate representation of color #246B82: hue angle of 194.68º 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 #246B82 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 107 130 -
CMYK 0.72 0.18 0 0.49
HSL 194.68º 0.57% 0.33% -
HSV(B) 194.68º 0.72% 0.51% -
XYZ 10.01 12.5 23 -
YUV 88.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 36 107 130 0.72 0.18 0 0.49 194.68 0.57 0.33
Hex 24 6B 82 48 12 0 31 C3 39 21
Octal 44 153 202 110 22 0 61 303 71 41
Binary 100100 1101011 10000010 1001000 10010 0 110001 11000011 111001 100001

Color Harmonies of #246B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B82

Black with #246B82

Text Example


Text Example

White with #246B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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