Html Css Color HEX #247A7C Atoll

📋 copy color: '#247A7C'

red 36 ◦ green 122 ◦ blue 124

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

Shades of Atoll #247A7C

Tints of Atoll #247A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.26%

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 12.77%
G = 43.26%
B = 43.97%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#247A7C (or 0x247A7C) is known color: Atoll. HEX triplet: 24, 7A and 7C. RGB value is (36,122,124). Sum of RGB (Red+Green+Blue) = 36+122+124=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #247A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A7C is #DB8583. Grayscale: #606060. Windows color (decimal): -14386564 or 8157732. OLE color: 8157732.

HSL color Cylindrical-coordinate representation of color #247A7C: hue angle of 181.36º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247A7C is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 122 124 -
CMYK 0.71 0.02 0 0.51
HSL 181.36º 0.55% 0.31% -
HSV(B) 181.36º 0.71% 0.49% -
XYZ 11.33 15.75 21.51 -
YUV 96.51 143.51 84.84 -
System Red Green Blue C M Y K H S L
Decimal 36 122 124 0.71 0.02 0 0.51 181.36 0.55 0.31
Hex 24 7A 7C 47 2 0 33 B5 37 1F
Octal 44 172 174 107 2 0 63 265 67 37
Binary 100100 1111010 1111100 1000111 10 0 110011 10110101 110111 11111

Color Harmonies of #247A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247A7C

Black with #247A7C

Text Example


Text Example

White with #247A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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