#307b84

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

Shades of Atoll #307B84

Tints of Atoll #307B84

Color information

#307B84 (or 0x307B84) is unknown color: approx Atoll. HEX triplet: 30, 7B and 84. RGB value is (48,123,132). Sum of RGB (Red+Green+Blue) = 48+123+132=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #307B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B84 is #CF847B. Grayscale: #656565. Windows color (decimal): -13599868 or 8682288. OLE color: 8682288.

HSL color Cylindrical-coordinate representation of color #307B84: hue angle of 186.43º 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 #307B84 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB48123132-
CMYK0.640.0700.48
HSL186.43º46.67%35.29%-
HSV(B)186.43º63.64%51.76%-
XYZ12.4716.4624.35-
YUV101.6145.1589.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=15.84%
G=40.59%
B=43.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481231320.640.0700.48186.4346.6735.29
Hex307B84407030ba2f23
Octal6017320410070602725743
Binary1100001111011100001001000000111011000010111010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307b84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307b84; }

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

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

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

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

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

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

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

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