#303872

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

Shades of Torea Bay #303872

Tints of Torea Bay #303872

Color information

#303872 (or 0x303872) is unknown color: approx Torea Bay. HEX triplet: 30, 38 and 72. RGB value is (48,56,114). Sum of RGB (Red+Green+Blue) = 48+56+114=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #303872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303872 is #CFC78D. Grayscale: #3B3B3B. Windows color (decimal): -13617038 or 7485488. OLE color: 7485488.

HSL color Cylindrical-coordinate representation of color #303872: hue angle of 232.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303872 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4856114-
CMYK0.580.5100.55
HSL232.73º40.74%31.76%-
HSV(B)232.73º57.89%44.71%-
XYZ5.674.6716.52-
YUV60.22158.35119.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=22.02%
G=25.69%
B=52.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48561140.580.5100.55232.7340.7431.76
Hex3038723A33037e92920
Octal607016272630673515140
Binary1100001110001110010111010110011011011111101001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303872; }

 p { color: rgb(48,56,114); }

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

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

 a { background-color: rgb(48,56,114); }

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

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

 span { border-color: rgb(48,56,114); }

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