Html Css Color HEX #248385 Atoll

📋 copy color: '#248385'

red 36 ◦ green 131 ◦ blue 133

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

Shades of Atoll #248385

Tints of Atoll #248385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

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

R = 12%
G = 43.67%
B = 44.33%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#248385 (or 0x248385) is known color: Atoll. HEX triplet: 24, 83 and 85. RGB value is (36,131,133). Sum of RGB (Red+Green+Blue) = 36+131+133=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #248385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248385 is #DB7C7A. Grayscale: #666666. Windows color (decimal): -14384251 or 8749860. OLE color: 8749860.

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

Color convert

RGB 36 131 133 -
CMYK 0.73 0.02 0 0.48
HSL 181.24º 0.57% 0.33% -
HSV(B) 181.24º 0.73% 0.52% -
XYZ 13.08 18.3 25.03 -
YUV 102.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 36 131 133 0.73 0.02 0 0.48 181.24 0.57 0.33
Hex 24 83 85 49 2 0 30 B5 39 21
Octal 44 203 205 111 2 0 60 265 71 41
Binary 100100 10000011 10000101 1001001 10 0 110000 10110101 111001 100001

Color Harmonies of #248385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248385

Black with #248385

Text Example


Text Example

White with #248385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248385; }

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

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

background-color css

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

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

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

border-color css

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

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

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