Html Css Color HEX #246E81 Allports

📋 copy color: '#246E81'

red 36 ◦ green 110 ◦ blue 129

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

Shades of Allports #246E81

Tints of Allports #246E81

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40%

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

R = 13.09%
G = 40%
B = 46.91%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#246E81 (or 0x246E81) is known color: Allports. HEX triplet: 24, 6E and 81. RGB value is (36,110,129). Sum of RGB (Red+Green+Blue) = 36+110+129=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #246E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246E81 is #DB917E. Grayscale: #595959. Windows color (decimal): -14389631 or 8482340. OLE color: 8482340.

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

Color convert

RGB 36 110 129 -
CMYK 0.72 0.15 0 0.49
HSL 192.26º 0.56% 0.32% -
HSV(B) 192.26º 0.72% 0.51% -
XYZ 10.27 13.11 22.76 -
YUV 90.04 149.98 89.46 -
System Red Green Blue C M Y K H S L
Decimal 36 110 129 0.72 0.15 0 0.49 192.26 0.56 0.32
Hex 24 6E 81 48 F 0 31 C0 38 20
Octal 44 156 201 110 17 0 61 300 70 40
Binary 100100 1101110 10000001 1001000 1111 0 110001 11000000 111000 100000

Color Harmonies of #246E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246E81

Black with #246E81

Text Example


Text Example

White with #246E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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