Html Css Color HEX #246C8A Allports

📋 copy color: '#246C8A'

red 36 ◦ green 108 ◦ blue 138

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

Shades of Allports #246C8A

Tints of Allports #246C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.3%

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 12.77%
G = 38.3%
B = 48.94%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#246C8A (or 0x246C8A) is known color: Allports. HEX triplet: 24, 6C and 8A. RGB value is (36,108,138). Sum of RGB (Red+Green+Blue) = 36+108+138=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #246C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C8A is #DB9375. Grayscale: #595959. Windows color (decimal): -14390134 or 9071652. OLE color: 9071652.

HSL color Cylindrical-coordinate representation of color #246C8A: hue angle of 197.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #246C8A is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 108 138 -
CMYK 0.74 0.22 0 0.46
HSL 197.65º 0.59% 0.34% -
HSV(B) 197.65º 0.74% 0.54% -
XYZ 10.68 12.94 25.98 -
YUV 89.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 36 108 138 0.74 0.22 0 0.46 197.65 0.59 0.34
Hex 24 6C 8A 4A 16 0 2E C6 3B 22
Octal 44 154 212 112 26 0 56 306 73 42
Binary 100100 1101100 10001010 1001010 10110 0 101110 11000110 111011 100010

Color Harmonies of #246C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C8A

Black with #246C8A

Text Example


Text Example

White with #246C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,108,138); }

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

background-color css

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

 a { background-color: rgb(36,108,138); }

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

border-color css

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

 span { border-color: rgb(36,108,138); }

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