Html Css Color HEX #246B84 Allports

📋 copy color: '#246B84'

red 36 ◦ green 107 ◦ blue 132

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

Shades of Allports #246B84

Tints of Allports #246B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48%

R = 13.09%
G = 38.91%
B = 48%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246B84 (or 0x246B84) is known color: Allports. HEX triplet: 24, 6B and 84. RGB value is (36,107,132). Sum of RGB (Red+Green+Blue) = 36+107+132=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #246B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B84 is #DB947B. Grayscale: #585858. Windows color (decimal): -14390396 or 8678180. OLE color: 8678180.

HSL color Cylindrical-coordinate representation of color #246B84: hue angle of 195.62º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246B84 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 107 132 -
CMYK 0.73 0.19 0 0.48
HSL 195.63º 0.57% 0.33% -
HSV(B) 195.63º 0.73% 0.52% -
XYZ 10.15 12.56 23.72 -
YUV 88.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 36 107 132 0.73 0.19 0 0.48 195.63 0.57 0.33
Hex 24 6B 84 49 13 0 30 C4 39 21
Octal 44 153 204 111 23 0 60 304 71 41
Binary 100100 1101011 10000100 1001001 10011 0 110000 11000100 111001 100001

Color Harmonies of #246B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B84

Black with #246B84

Text Example


Text Example

White with #246B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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