Html Css Color HEX #247385 Allports

📋 copy color: '#247385'

red 36 ◦ green 115 ◦ blue 133

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

Shades of Allports #247385

Tints of Allports #247385

RGB

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

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

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

R = 12.68%
G = 40.49%
B = 46.83%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#247385 (or 0x247385) is known color: Allports. HEX triplet: 24, 73 and 85. RGB value is (36,115,133). Sum of RGB (Red+Green+Blue) = 36+115+133=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #247385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247385 is #DB8C7A. Grayscale: #5D5D5D. Windows color (decimal): -14388347 or 8745764. OLE color: 8745764.

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

Color convert

RGB 36 115 133 -
CMYK 0.73 0.14 0 0.48
HSL 191.13º 0.57% 0.33% -
HSV(B) 191.13º 0.73% 0.52% -
XYZ 11.09 14.33 24.37 -
YUV 93.43 150.33 87.04 -
System Red Green Blue C M Y K H S L
Decimal 36 115 133 0.73 0.14 0 0.48 191.13 0.57 0.33
Hex 24 73 85 49 E 0 30 BF 39 21
Octal 44 163 205 111 16 0 60 277 71 41
Binary 100100 1110011 10000101 1001001 1110 0 110000 10111111 111001 100001

Color Harmonies of #247385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247385

Black with #247385

Text Example


Text Example

White with #247385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247385; }

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

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

background-color css

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

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

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

border-color css

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

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

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