#30568B

Color #30568B St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #30568B

Tints of St Tropaz #30568B

Color information

#30568B (or 0x30568B) is unknown color: approx St Tropaz. HEX triplet: 30, 56 and 8B. RGB value is (48,86,139). Sum of RGB (Red+Green+Blue) = 48+86+139=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #30568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30568B is #CFA974. Grayscale: #505050. Windows color (decimal): -13609333 or 9131568. OLE color: 9131568.

HSL color Cylindrical-coordinate representation of color #30568B: hue angle of 214.95º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30568B is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4886139-
CMYK0.650.3800.45
HSL214.95º48.66%36.67%-
HSV(B)214.95º65.47%54.51%-
XYZ9.219.1525.71-
YUV80.68160.91104.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=17.58%
G=31.50%
B=50.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48861390.650.3800.45214.9548.6636.67
Hex30568B412602Dd73125
Octal60126213101460553276145
Binary1100001010110100010111000001100110010110111010111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,86,139); }

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

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

 a { background-color: rgb(48,86,139); }

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

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

 span { border-color: rgb(48,86,139); }

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