Html Css Color HEX #246F84 Allports

📋 copy color: '#246F84'

red 36 ◦ green 111 ◦ blue 132

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

Shades of Allports #246F84

Tints of Allports #246F84

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.78%

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

R = 12.9%
G = 39.78%
B = 47.31%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246F84 (or 0x246F84) is known color: Allports. HEX triplet: 24, 6F and 84. RGB value is (36,111,132). Sum of RGB (Red+Green+Blue) = 36+111+132=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #246F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F84 is #DB907B. Grayscale: #5A5A5A. Windows color (decimal): -14389372 or 8679204. OLE color: 8679204.

HSL color Cylindrical-coordinate representation of color #246F84: hue angle of 193.12º 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 #246F84 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 111 132 -
CMYK 0.73 0.16 0 0.48
HSL 193.13º 0.57% 0.33% -
HSV(B) 193.13º 0.73% 0.52% -
XYZ 10.58 13.41 23.86 -
YUV 90.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 36 111 132 0.73 0.16 0 0.48 193.13 0.57 0.33
Hex 24 6F 84 49 10 0 30 C1 39 21
Octal 44 157 204 111 20 0 60 301 71 41
Binary 100100 1101111 10000100 1001001 10000 0 110000 11000001 111001 100001

Color Harmonies of #246F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F84

Black with #246F84

Text Example


Text Example

White with #246F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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