Html Css Color HEX #247C85 Atoll

📋 copy color: '#247C85'

red 36 ◦ green 124 ◦ blue 133

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

Shades of Atoll #247C85

Tints of Atoll #247C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.32%

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

R = 12.29%
G = 42.32%
B = 45.39%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#247C85 (or 0x247C85) is known color: Atoll. HEX triplet: 24, 7C and 85. RGB value is (36,124,133). Sum of RGB (Red+Green+Blue) = 36+124+133=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #247C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C85 is #DB837A. Grayscale: #626262. Windows color (decimal): -14386043 or 8748068. OLE color: 8748068.

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

Color convert

RGB 36 124 133 -
CMYK 0.73 0.07 0 0.48
HSL 185.57º 0.57% 0.33% -
HSV(B) 185.57º 0.73% 0.52% -
XYZ 12.17 16.48 24.73 -
YUV 98.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 36 124 133 0.73 0.07 0 0.48 185.57 0.57 0.33
Hex 24 7C 85 49 7 0 30 BA 39 21
Octal 44 174 205 111 7 0 60 272 71 41
Binary 100100 1111100 10000101 1001001 111 0 110000 10111010 111001 100001

Color Harmonies of #247C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C85

Black with #247C85

Text Example


Text Example

White with #247C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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