#30387B

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

Shades of Torea Bay #30387B

Tints of Torea Bay #30387B

Color information

#30387B (or 0x30387B) is unknown color: approx Torea Bay. HEX triplet: 30, 38 and 7B. RGB value is (48,56,123). Sum of RGB (Red+Green+Blue) = 48+56+123=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #30387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30387B is #CFC784. Grayscale: #3C3C3C. Windows color (decimal): -13617029 or 8075312. OLE color: 8075312.

HSL color Cylindrical-coordinate representation of color #30387B: hue angle of 233.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30387B is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4856123-
CMYK0.610.5400.52
HSL233.6º43.86%33.53%-
HSV(B)233.6º60.98%48.24%-
XYZ6.214.8919.35-
YUV61.25162.85118.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=21.15%
G=24.67%
B=54.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48561230.610.5400.52233.643.8633.53
Hex30387B3D36034ea2c22
Octal607017375660643525442
Binary1100001110001111011111101110110011010011101010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30387B; }

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

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

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

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

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

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

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

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