Html Css Color HEX #247481 Allports

📋 copy color: '#247481'

red 36 ◦ green 116 ◦ blue 129

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

Shades of Allports #247481

Tints of Allports #247481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 12.81%
G = 41.28%
B = 45.91%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#247481 (or 0x247481) is known color: Allports. HEX triplet: 24, 74 and 81. RGB value is (36,116,129). Sum of RGB (Red+Green+Blue) = 36+116+129=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #247481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247481 is #DB8B7E. Grayscale: #5D5D5D. Windows color (decimal): -14388095 or 8483876. OLE color: 8483876.

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

Color convert

RGB 36 116 129 -
CMYK 0.72 0.10 0 0.49
HSL 188.39º 0.56% 0.32% -
HSV(B) 188.39º 0.72% 0.51% -
XYZ 10.94 14.45 22.98 -
YUV 93.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 36 116 129 0.72 0.10 0 0.49 188.39 0.56 0.32
Hex 24 74 81 48 A 0 31 BC 38 20
Octal 44 164 201 110 12 0 61 274 70 40
Binary 100100 1110100 10000001 1001000 1010 0 110001 10111100 111000 100000

Color Harmonies of #247481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247481

Black with #247481

Text Example


Text Example

White with #247481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247481; }

 p { color: rgb(36,116,129); }

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

background-color css

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

 a { background-color: rgb(36,116,129); }

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

border-color css

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

 span { border-color: rgb(36,116,129); }

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