Html Css Color HEX #247A83 Atoll

📋 copy color: '#247A83'

red 36 ◦ green 122 ◦ blue 131

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

Shades of Atoll #247A83

Tints of Atoll #247A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.33%

R = 12.46%
G = 42.21%
B = 45.33%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#247A83 (or 0x247A83) is known color: Atoll. HEX triplet: 24, 7A and 83. RGB value is (36,122,131). Sum of RGB (Red+Green+Blue) = 36+122+131=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #247A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A83 is #DB857C. Grayscale: #616161. Windows color (decimal): -14386557 or 8616484. OLE color: 8616484.

HSL color Cylindrical-coordinate representation of color #247A83: hue angle of 185.68º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247A83 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 122 131 -
CMYK 0.73 0.07 0 0.49
HSL 185.68º 0.57% 0.33% -
HSV(B) 185.68º 0.73% 0.51% -
XYZ 11.78 15.93 23.93 -
YUV 97.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 36 122 131 0.73 0.07 0 0.49 185.68 0.57 0.33
Hex 24 7A 83 49 7 0 31 BA 39 21
Octal 44 172 203 111 7 0 61 272 71 41
Binary 100100 1111010 10000011 1001001 111 0 110001 10111010 111001 100001

Color Harmonies of #247A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247A83

Black with #247A83

Text Example


Text Example

White with #247A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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