Html Css Color HEX #30577D Venice Blue

📋 copy color: '#30577D'

red 48 ◦ green 87 ◦ blue 125

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

Shades of Venice Blue #30577D

Tints of Venice Blue #30577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.46%

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 18.46%
G = 33.46%
B = 48.08%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30577D (or 0x30577D) is known color: Venice Blue. HEX triplet: 30, 57 and 7D. RGB value is (48,87,125). Sum of RGB (Red+Green+Blue) = 48+87+125=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #30577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30577D is #CFA882. Grayscale: #4F4F4F. Windows color (decimal): -13609091 or 8214320. OLE color: 8214320.

HSL color Cylindrical-coordinate representation of color #30577D: hue angle of 209.61º 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 #30577D is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 87 125 -
CMYK 0.62 0.30 0 0.51
HSL 209.61º 0.45% 0.34% -
HSV(B) 209.61º 0.62% 0.49% -
XYZ 8.33 8.93 20.69 -
YUV 79.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 48 87 125 0.62 0.30 0 0.51 209.61 0.45 0.34
Hex 30 57 7D 3E 1E 0 33 D2 2D 22
Octal 60 127 175 76 36 0 63 322 55 42
Binary 110000 1010111 1111101 111110 11110 0 110011 11010010 101101 100010

Color Harmonies of #30577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30577D

Black with #30577D

Text Example


Text Example

White with #30577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30577D;
 }
 .AnyTagClassName
 {
   color: #30577D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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