Html Css Color HEX #246C7C Allports

📋 copy color: '#246C7C'

red 36 ◦ green 108 ◦ blue 124

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

Shades of Allports #246C7C

Tints of Allports #246C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 13.43%
G = 40.3%
B = 46.27%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#246C7C (or 0x246C7C) is known color: Allports. HEX triplet: 24, 6C and 7C. RGB value is (36,108,124). Sum of RGB (Red+Green+Blue) = 36+108+124=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #246C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246C7C is #DB9383. Grayscale: #585858. Windows color (decimal): -14390148 or 8154148. OLE color: 8154148.

HSL color Cylindrical-coordinate representation of color #246C7C: hue angle of 190.91º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #246C7C is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 108 124 -
CMYK 0.71 0.13 0 0.51
HSL 190.91º 0.55% 0.31% -
HSV(B) 190.91º 0.71% 0.49% -
XYZ 9.73 12.56 20.98 -
YUV 88.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 36 108 124 0.71 0.13 0 0.51 190.91 0.55 0.31
Hex 24 6C 7C 47 D 0 33 BF 37 1F
Octal 44 154 174 107 15 0 63 277 67 37
Binary 100100 1101100 1111100 1000111 1101 0 110011 10111111 110111 11111

Color Harmonies of #246C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C7C

Black with #246C7C

Text Example


Text Example

White with #246C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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