Html Css Color HEX #246585 Allports

📋 copy color: '#246585'

red 36 ◦ green 101 ◦ blue 133

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

Shades of Allports #246585

Tints of Allports #246585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.41%

 BLUE value IS 133 (52.34% from 255) = 49.26%

R = 13.33%
G = 37.41%
B = 49.26%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246585 (or 0x246585) is known color: Allports. HEX triplet: 24, 65 and 85. RGB value is (36,101,133). Sum of RGB (Red+Green+Blue) = 36+101+133=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #246585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246585 is #DB9A7A. Grayscale: #555555. Windows color (decimal): -14391931 or 8742180. OLE color: 8742180.

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

Color convert

RGB 36 101 133 -
CMYK 0.73 0.24 0 0.48
HSL 199.79º 0.57% 0.33% -
HSV(B) 199.79º 0.73% 0.52% -
XYZ 9.61 11.38 23.88 -
YUV 85.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 36 101 133 0.73 0.24 0 0.48 199.79 0.57 0.33
Hex 24 65 85 49 18 0 30 C8 39 21
Octal 44 145 205 111 30 0 60 310 71 41
Binary 100100 1100101 10000101 1001001 11000 0 110000 11001000 111001 100001

Color Harmonies of #246585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246585

Black with #246585

Text Example


Text Example

White with #246585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246585; }

 p { color: rgb(36,101,133); }

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

background-color css

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

 a { background-color: rgb(36,101,133); }

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

border-color css

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

 span { border-color: rgb(36,101,133); }

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