Html Css Color HEX #30567A Venice Blue

📋 copy color: '#30567A'

red 48 ◦ green 86 ◦ blue 122

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

Shades of Venice Blue #30567A

Tints of Venice Blue #30567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 18.75%
G = 33.59%
B = 47.66%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30567A (or 0x30567A) is known color: Venice Blue. HEX triplet: 30, 56 and 7A. RGB value is (48,86,122). Sum of RGB (Red+Green+Blue) = 48+86+122=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #30567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30567A is #CFA985. Grayscale: #4E4E4E. Windows color (decimal): -13609350 or 8017456. OLE color: 8017456.

HSL color Cylindrical-coordinate representation of color #30567A: hue angle of 209.19º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30567A is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 86 122 -
CMYK 0.61 0.30 0 0.52
HSL 209.19º 0.44% 0.33% -
HSV(B) 209.19º 0.61% 0.48% -
XYZ 8.06 8.69 19.66 -
YUV 78.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 48 86 122 0.61 0.30 0 0.52 209.19 0.44 0.33
Hex 30 56 7A 3D 1E 0 34 D1 2C 21
Octal 60 126 172 75 36 0 64 321 54 41
Binary 110000 1010110 1111010 111101 11110 0 110100 11010001 101100 100001

Color Harmonies of #30567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30567A

Black with #30567A

Text Example


Text Example

White with #30567A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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