Html Css Color HEX #30597C Venice Blue

📋 copy color: '#30597C'

red 48 ◦ green 89 ◦ blue 124

#30597C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #30597C

Tints of Venice Blue #30597C

RGB

 RED value IS 48 (19.14% from 255) = 18.39%

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 124 (48.83% from 255) = 47.51%

R = 18.39%
G = 34.1%
B = 47.51%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30597C (or 0x30597C) is known color: Venice Blue. HEX triplet: 30, 59 and 7C. RGB value is (48,89,124). Sum of RGB (Red+Green+Blue) = 48+89+124=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #30597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30597C is #CFA683. Grayscale: #505050. Windows color (decimal): -13608580 or 8149296. OLE color: 8149296.

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

Color convert

RGB 48 89 124 -
CMYK 0.61 0.28 0 0.51
HSL 207.63º 0.44% 0.34% -
HSV(B) 207.63º 0.61% 0.49% -
XYZ 8.43 9.23 20.41 -
YUV 80.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 48 89 124 0.61 0.28 0 0.51 207.63 0.44 0.34
Hex 30 59 7C 3D 1C 0 33 D0 2C 22
Octal 60 131 174 75 34 0 63 320 54 42
Binary 110000 1011001 1111100 111101 11100 0 110011 11010000 101100 100010

Color Harmonies of #30597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30597C

Black with #30597C

Text Example


Text Example

White with #30597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30597C;
 }
 .AnyTagClassName
 {
   color: #30597C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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