#30838A

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

Shades of Atoll #30838A

Tints of Atoll #30838A

Color information

#30838A (or 0x30838A) is unknown color: approx Atoll. HEX triplet: 30, 83 and 8A. RGB value is (48,131,138). Sum of RGB (Red+Green+Blue) = 48+131+138=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #30838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30838A is #CF7C75. Grayscale: #6A6A6A. Windows color (decimal): -13597814 or 9077552. OLE color: 9077552.

HSL color Cylindrical-coordinate representation of color #30838A: hue angle of 184.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30838A is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48131138-
CMYK0.650.0500.46
HSL184.67º48.39%36.47%-
HSV(B)184.67º65.22%54.12%-
XYZ13.9218.726.92-
YUV106.98145.585.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=15.14%
G=41.32%
B=43.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481311380.650.0500.46184.6748.3936.47
Hex30838A41502Eb93024
Octal6020321210150562716044
Binary11000010000011100010101000001101010111010111001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30838A; }

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

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

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

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

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

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

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

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