Html Css Color HEX #247B85 Atoll

📋 copy color: '#247B85'

red 36 ◦ green 123 ◦ blue 133

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

Shades of Atoll #247B85

Tints of Atoll #247B85

RGB

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

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

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

R = 12.33%
G = 42.12%
B = 45.55%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#247B85 (or 0x247B85) is known color: Atoll. HEX triplet: 24, 7B and 85. RGB value is (36,123,133). Sum of RGB (Red+Green+Blue) = 36+123+133=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #247B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B85 is #DB847A. Grayscale: #616161. Windows color (decimal): -14386299 or 8747812. OLE color: 8747812.

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

Color convert

RGB 36 123 133 -
CMYK 0.73 0.08 0 0.48
HSL 186.19º 0.57% 0.33% -
HSV(B) 186.19º 0.73% 0.52% -
XYZ 12.04 16.23 24.69 -
YUV 98.13 147.68 83.69 -
System Red Green Blue C M Y K H S L
Decimal 36 123 133 0.73 0.08 0 0.48 186.19 0.57 0.33
Hex 24 7B 85 49 8 0 30 BA 39 21
Octal 44 173 205 111 10 0 60 272 71 41
Binary 100100 1111011 10000101 1001001 1000 0 110000 10111010 111001 100001

Color Harmonies of #247B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247B85

Black with #247B85

Text Example


Text Example

White with #247B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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