Html Css Color HEX #246C85 Allports

📋 copy color: '#246C85'

red 36 ◦ green 108 ◦ blue 133

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

Shades of Allports #246C85

Tints of Allports #246C85

RGB

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

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

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

R = 13%
G = 38.99%
B = 48.01%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246C85 (or 0x246C85) is known color: Allports. HEX triplet: 24, 6C and 85. RGB value is (36,108,133). Sum of RGB (Red+Green+Blue) = 36+108+133=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #246C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C85 is #DB937A. Grayscale: #595959. Windows color (decimal): -14390139 or 8743972. OLE color: 8743972.

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

Color convert

RGB 36 108 133 -
CMYK 0.73 0.19 0 0.48
HSL 195.46º 0.57% 0.33% -
HSV(B) 195.46º 0.73% 0.52% -
XYZ 10.32 12.79 24.12 -
YUV 89.32 152.65 89.97 -
System Red Green Blue C M Y K H S L
Decimal 36 108 133 0.73 0.19 0 0.48 195.46 0.57 0.33
Hex 24 6C 85 49 13 0 30 C3 39 21
Octal 44 154 205 111 23 0 60 303 71 41
Binary 100100 1101100 10000101 1001001 10011 0 110000 11000011 111001 100001

Color Harmonies of #246C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C85

Black with #246C85

Text Example


Text Example

White with #246C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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