Html Css Color HEX #30567C Venice Blue

📋 copy color: '#30567C'

red 48 ◦ green 86 ◦ blue 124

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

Shades of Venice Blue #30567C

Tints of Venice Blue #30567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.33%

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

R = 18.6%
G = 33.33%
B = 48.06%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30567C (or 0x30567C) is known color: Venice Blue. HEX triplet: 30, 56 and 7C. RGB value is (48,86,124). Sum of RGB (Red+Green+Blue) = 48+86+124=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #30567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30567C is #CFA983. Grayscale: #4E4E4E. Windows color (decimal): -13609348 or 8148528. OLE color: 8148528.

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

Color convert

RGB 48 86 124 -
CMYK 0.61 0.31 0 0.51
HSL 210º 0.44% 0.34% -
HSV(B) 210º 0.61% 0.49% -
XYZ 8.18 8.74 20.32 -
YUV 78.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 48 86 124 0.61 0.31 0 0.51 210 0.44 0.34
Hex 30 56 7C 3D 1F 0 33 D2 2C 22
Octal 60 126 174 75 37 0 63 322 54 42
Binary 110000 1010110 1111100 111101 11111 0 110011 11010010 101100 100010

Color Harmonies of #30567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30567C

Black with #30567C

Text Example


Text Example

White with #30567C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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