Html Css Color HEX #246D84 Allports

📋 copy color: '#246D84'

red 36 ◦ green 109 ◦ blue 132

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

Shades of Allports #246D84

Tints of Allports #246D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.35%

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

R = 13%
G = 39.35%
B = 47.65%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246D84 (or 0x246D84) is known color: Allports. HEX triplet: 24, 6D and 84. RGB value is (36,109,132). Sum of RGB (Red+Green+Blue) = 36+109+132=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #246D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D84 is #DB927B. Grayscale: #595959. Windows color (decimal): -14389884 or 8678692. OLE color: 8678692.

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

Color convert

RGB 36 109 132 -
CMYK 0.73 0.17 0 0.48
HSL 194.38º 0.57% 0.33% -
HSV(B) 194.38º 0.73% 0.52% -
XYZ 10.36 12.98 23.79 -
YUV 89.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 36 109 132 0.73 0.17 0 0.48 194.38 0.57 0.33
Hex 24 6D 84 49 11 0 30 C2 39 21
Octal 44 155 204 111 21 0 60 302 71 41
Binary 100100 1101101 10000100 1001001 10001 0 110000 11000010 111001 100001

Color Harmonies of #246D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246D84

Black with #246D84

Text Example


Text Example

White with #246D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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