#30387C

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

Shades of Torea Bay #30387C

Tints of Torea Bay #30387C

Color information

#30387C (or 0x30387C) is unknown color: approx Torea Bay. HEX triplet: 30, 38 and 7C. RGB value is (48,56,124). Sum of RGB (Red+Green+Blue) = 48+56+124=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #30387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30387C is #CFC783. Grayscale: #3D3D3D. Windows color (decimal): -13617028 or 8140848. OLE color: 8140848.

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

Color convert

RGB4856124-
CMYK0.610.5500.51
HSL233.68º44.19%33.73%-
HSV(B)233.68º61.29%48.63%-
XYZ6.274.9119.69-
YUV61.36163.35118.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 56 (22.27% from 255) = 24.56%
BLUE value IS 124 (48.83% from 255) = 54.39%
R=21.05%
G=24.56%
B=54.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48561240.610.5500.51233.6844.1933.73
Hex30387C3D37033ea2c22
Octal607017475670633525442
Binary1100001110001111100111101110111011001111101010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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