#30387D

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

Shades of Torea Bay #30387D

Tints of Torea Bay #30387D

Color information

#30387D (or 0x30387D) is unknown color: approx Torea Bay. HEX triplet: 30, 38 and 7D. RGB value is (48,56,125). Sum of RGB (Red+Green+Blue) = 48+56+125=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #30387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30387D is #CFC782. Grayscale: #3D3D3D. Windows color (decimal): -13617027 or 8206384. OLE color: 8206384.

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

Color convert

RGB4856125-
CMYK0.620.5500.51
HSL233.77º44.51%33.92%-
HSV(B)233.77º61.6%49.02%-
XYZ6.334.9420.02-
YUV61.47163.85118.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=20.96%
G=24.45%
B=54.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48561250.620.5500.51233.7744.5133.92
Hex30387D3E37033ea2d22
Octal607017576670633525542
Binary1100001110001111101111110110111011001111101010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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