Html Css Color HEX #248384 Atoll

📋 copy color: '#248384'

red 36 ◦ green 131 ◦ blue 132

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

Shades of Atoll #248384

Tints of Atoll #248384

RGB

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

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

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

R = 12.04%
G = 43.81%
B = 44.15%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#248384 (or 0x248384) is known color: Atoll. HEX triplet: 24, 83 and 84. RGB value is (36,131,132). Sum of RGB (Red+Green+Blue) = 36+131+132=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #248384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248384 is #DB7C7B. Grayscale: #666666. Windows color (decimal): -14384252 or 8684324. OLE color: 8684324.

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

Color convert

RGB 36 131 132 -
CMYK 0.73 0.01 0 0.48
HSL 180.63º 0.57% 0.33% -
HSV(B) 180.63º 0.73% 0.52% -
XYZ 13.01 18.27 24.67 -
YUV 102.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 36 131 132 0.73 0.01 0 0.48 180.63 0.57 0.33
Hex 24 83 84 49 1 0 30 B5 39 21
Octal 44 203 204 111 1 0 60 265 71 41
Binary 100100 10000011 10000100 1001001 1 0 110000 10110101 111001 100001

Color Harmonies of #248384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248384

Black with #248384

Text Example


Text Example

White with #248384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248384; }

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

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

background-color css

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

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

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

border-color css

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

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

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