Html Css Color HEX #246B81 Allports

📋 copy color: '#246B81'

red 36 ◦ green 107 ◦ blue 129

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

Shades of Allports #246B81

Tints of Allports #246B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.43%

R = 13.24%
G = 39.34%
B = 47.43%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#246B81 (or 0x246B81) is known color: Allports. HEX triplet: 24, 6B and 81. RGB value is (36,107,129). Sum of RGB (Red+Green+Blue) = 36+107+129=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #246B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B81 is #DB947E. Grayscale: #585858. Windows color (decimal): -14390399 or 8481572. OLE color: 8481572.

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

Color convert

RGB 36 107 129 -
CMYK 0.72 0.17 0 0.49
HSL 194.19º 0.56% 0.32% -
HSV(B) 194.19º 0.72% 0.51% -
XYZ 9.95 12.48 22.65 -
YUV 88.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 36 107 129 0.72 0.17 0 0.49 194.19 0.56 0.32
Hex 24 6B 81 48 11 0 31 C2 38 20
Octal 44 153 201 110 21 0 61 302 70 40
Binary 100100 1101011 10000001 1001000 10001 0 110001 11000010 111000 100000

Color Harmonies of #246B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B81

Black with #246B81

Text Example


Text Example

White with #246B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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