Html Css Color HEX #247382 Allports

📋 copy color: '#247382'

red 36 ◦ green 115 ◦ blue 130

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

Shades of Allports #247382

Tints of Allports #247382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 12.81%
G = 40.93%
B = 46.26%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#247382 (or 0x247382) is known color: Allports. HEX triplet: 24, 73 and 82. RGB value is (36,115,130). Sum of RGB (Red+Green+Blue) = 36+115+130=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #247382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247382 is #DB8C7D. Grayscale: #5C5C5C. Windows color (decimal): -14388350 or 8549156. OLE color: 8549156.

HSL color Cylindrical-coordinate representation of color #247382: hue angle of 189.57º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247382 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 115 130 -
CMYK 0.72 0.12 0 0.49
HSL 189.57º 0.57% 0.33% -
HSV(B) 189.57º 0.72% 0.51% -
XYZ 10.89 14.25 23.3 -
YUV 93.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 36 115 130 0.72 0.12 0 0.49 189.57 0.57 0.33
Hex 24 73 82 48 C 0 31 BE 39 21
Octal 44 163 202 110 14 0 61 276 71 41
Binary 100100 1110011 10000010 1001000 1100 0 110001 10111110 111001 100001

Color Harmonies of #247382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247382

Black with #247382

Text Example


Text Example

White with #247382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247382; }

 p { color: rgb(36,115,130); }

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

background-color css

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

 a { background-color: rgb(36,115,130); }

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

border-color css

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

 span { border-color: rgb(36,115,130); }

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