Html Css Color HEX #247B84 Atoll

📋 copy color: '#247B84'

red 36 ◦ green 123 ◦ blue 132

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

Shades of Atoll #247B84

Tints of Atoll #247B84

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.27%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 12.37%
G = 42.27%
B = 45.36%

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

#247B84 (or 0x247B84) is known color: Atoll. HEX triplet: 24, 7B and 84. RGB value is (36,123,132). Sum of RGB (Red+Green+Blue) = 36+123+132=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #247B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B84 is #DB847B. Grayscale: #616161. Windows color (decimal): -14386300 or 8682276. OLE color: 8682276.

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

Color convert

RGB 36 123 132 -
CMYK 0.73 0.07 0 0.48
HSL 185.63º 0.57% 0.33% -
HSV(B) 185.63º 0.73% 0.52% -
XYZ 11.98 16.21 24.33 -
YUV 98.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 36 123 132 0.73 0.07 0 0.48 185.63 0.57 0.33
Hex 24 7B 84 49 7 0 30 BA 39 21
Octal 44 173 204 111 7 0 60 272 71 41
Binary 100100 1111011 10000100 1001001 111 0 110000 10111010 111001 100001

Color Harmonies of #247B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247B84

Black with #247B84

Text Example


Text Example

White with #247B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,123,132); }

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

background-color css

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

 a { background-color: rgb(36,123,132); }

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

border-color css

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

 span { border-color: rgb(36,123,132); }

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