#30357C

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

Shades of Torea Bay #30357C

Tints of Torea Bay #30357C

Color information

#30357C (or 0x30357C) is unknown color: approx Torea Bay. HEX triplet: 30, 35 and 7C. RGB value is (48,53,124). Sum of RGB (Red+Green+Blue) = 48+53+124=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #30357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30357C is #CFCA83. Grayscale: #3B3B3B. Windows color (decimal): -13617796 or 8140080. OLE color: 8140080.

HSL color Cylindrical-coordinate representation of color #30357C: hue angle of 236.05º 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 #30357C is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4853124-
CMYK0.610.5700.51
HSL236.05º44.19%33.73%-
HSV(B)236.05º61.29%48.63%-
XYZ6.134.6319.64-
YUV59.6164.34119.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=21.33%
G=23.56%
B=55.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48531240.610.5700.51236.0544.1933.73
Hex30357C3D39033ec2c22
Octal606517475710633545442
Binary1100001101011111100111101111001011001111101100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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