#30387F

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

Shades of Torea Bay #30387F

Tints of Torea Bay #30387F

Color information

#30387F (or 0x30387F) is unknown color: approx Torea Bay. HEX triplet: 30, 38 and 7F. RGB value is (48,56,127). Sum of RGB (Red+Green+Blue) = 48+56+127=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #30387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30387F is #CFC780. Grayscale: #3D3D3D. Windows color (decimal): -13617025 or 8337456. OLE color: 8337456.

HSL color Cylindrical-coordinate representation of color #30387F: hue angle of 233.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30387F is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4856127-
CMYK0.620.5600.50
HSL233.92º45.14%34.31%-
HSV(B)233.92º62.2%49.8%-
XYZ6.464.9920.7-
YUV61.7164.85118.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 127 (50% from 255) = 54.98%
R=20.78%
G=24.24%
B=54.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48561270.620.5600.50233.9245.1434.31
Hex30387F3E38032ea2d22
Octal607017776700623525542
Binary1100001110001111111111110111000011001011101010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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