Html Css Color HEX #246370 Allports

📋 copy color: '#246370'

red 36 ◦ green 99 ◦ blue 112

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

Shades of Allports #246370

Tints of Allports #246370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 14.57%
G = 40.08%
B = 45.34%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#246370 (or 0x246370) is known color: Allports. HEX triplet: 24, 63 and 70. RGB value is (36,99,112). Sum of RGB (Red+Green+Blue) = 36+99+112=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #246370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246370 is #DB9C8F. Grayscale: #515151. Windows color (decimal): -14392464 or 7365412. OLE color: 7365412.

HSL color Cylindrical-coordinate representation of color #246370: hue angle of 190.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246370 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 99 112 -
CMYK 0.68 0.12 0 0.56
HSL 190.26º 0.51% 0.29% -
HSV(B) 190.26º 0.68% 0.44% -
XYZ 8.11 10.47 16.92 -
YUV 81.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 36 99 112 0.68 0.12 0 0.56 190.26 0.51 0.29
Hex 24 63 70 44 C 0 38 BE 33 1D
Octal 44 143 160 104 14 0 70 276 63 35
Binary 100100 1100011 1110000 1000100 1100 0 111000 10111110 110011 11101

Color Harmonies of #246370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246370

Black with #246370

Text Example


Text Example

White with #246370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246370; }

 p { color: rgb(36,99,112); }

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

background-color css

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

 a { background-color: rgb(36,99,112); }

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

border-color css

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

 span { border-color: rgb(36,99,112); }

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