Html Css Color HEX #247585 Allports

📋 copy color: '#247585'

red 36 ◦ green 117 ◦ blue 133

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

Shades of Allports #247585

Tints of Allports #247585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

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

R = 12.59%
G = 40.91%
B = 46.5%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#247585 (or 0x247585) is known color: Allports. HEX triplet: 24, 75 and 85. RGB value is (36,117,133). Sum of RGB (Red+Green+Blue) = 36+117+133=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #247585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247585 is #DB8A7A. Grayscale: #5E5E5E. Windows color (decimal): -14387835 or 8746276. OLE color: 8746276.

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

Color convert

RGB 36 117 133 -
CMYK 0.73 0.12 0 0.48
HSL 189.9º 0.57% 0.33% -
HSV(B) 189.9º 0.73% 0.52% -
XYZ 11.32 14.79 24.45 -
YUV 94.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 36 117 133 0.73 0.12 0 0.48 189.9 0.57 0.33
Hex 24 75 85 49 C 0 30 BE 39 21
Octal 44 165 205 111 14 0 60 276 71 41
Binary 100100 1110101 10000101 1001001 1100 0 110000 10111110 111001 100001

Color Harmonies of #247585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247585

Black with #247585

Text Example


Text Example

White with #247585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247585; }

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

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

background-color css

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

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

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

border-color css

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

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

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