#308384

Color #308384 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #308384

Tints of Atoll #308384

Color information

#308384 (or 0x308384) is unknown color: approx Atoll. HEX triplet: 30, 83 and 84. RGB value is (48,131,132). Sum of RGB (Red+Green+Blue) = 48+131+132=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #308384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308384 is #CF7C7B. Grayscale: #6A6A6A. Windows color (decimal): -13597820 or 8684336. OLE color: 8684336.

HSL color Cylindrical-coordinate representation of color #308384: hue angle of 180.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308384 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB48131132-
CMYK0.640.0100.48
HSL180.71º46.67%35.29%-
HSV(B)180.71º63.64%51.76%-
XYZ13.518.5324.69-
YUV106.3142.586.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=15.43%
G=42.12%
B=42.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481311320.640.0100.48180.7146.6735.29
Hex308384401030b52f23
Octal6020320410010602655743
Binary110000100000111000010010000001011000010110101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308384; }

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

 H1.HeaderClassName
 {
   color: #308384;
 }
 .AnyTagClassName
 {
   color: #308384;
 }
</style>
background-color css

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

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

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

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

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

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