Html Css Color HEX #247E85 Atoll

📋 copy color: '#247E85'

red 36 ◦ green 126 ◦ blue 133

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

Shades of Atoll #247E85

Tints of Atoll #247E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.71%

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

R = 12.2%
G = 42.71%
B = 45.08%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#247E85 (or 0x247E85) is known color: Atoll. HEX triplet: 24, 7E and 85. RGB value is (36,126,133). Sum of RGB (Red+Green+Blue) = 36+126+133=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #247E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247E85 is #DB817A. Grayscale: #636363. Windows color (decimal): -14385531 or 8748580. OLE color: 8748580.

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

Color convert

RGB 36 126 133 -
CMYK 0.73 0.05 0 0.48
HSL 184.33º 0.57% 0.33% -
HSV(B) 184.33º 0.73% 0.52% -
XYZ 12.42 16.99 24.82 -
YUV 99.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 36 126 133 0.73 0.05 0 0.48 184.33 0.57 0.33
Hex 24 7E 85 49 5 0 30 B8 39 21
Octal 44 176 205 111 5 0 60 270 71 41
Binary 100100 1111110 10000101 1001001 101 0 110000 10111000 111001 100001

Color Harmonies of #247E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247E85

Black with #247E85

Text Example


Text Example

White with #247E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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