Html Css Color HEX #304C6F Venice Blue

📋 copy color: '#304C6F'

red 48 ◦ green 76 ◦ blue 111

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

Shades of Venice Blue #304C6F

Tints of Venice Blue #304C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

 BLUE value IS 111 (43.75% from 255) = 47.23%

R = 20.43%
G = 32.34%
B = 47.23%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#304C6F (or 0x304C6F) is known color: Venice Blue. HEX triplet: 30, 4C and 6F. RGB value is (48,76,111). Sum of RGB (Red+Green+Blue) = 48+76+111=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #304C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C6F is #CFB390. Grayscale: #474747. Windows color (decimal): -13611921 or 7294000. OLE color: 7294000.

HSL color Cylindrical-coordinate representation of color #304C6F: hue angle of 213.33º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #304C6F is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 76 111 -
CMYK 0.57 0.32 0 0.56
HSL 213.33º 0.4% 0.31% -
HSV(B) 213.33º 0.57% 0.44% -
XYZ 6.67 6.94 16.03 -
YUV 71.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 48 76 111 0.57 0.32 0 0.56 213.33 0.4 0.31
Hex 30 4C 6F 39 20 0 38 D5 28 1F
Octal 60 114 157 71 40 0 70 325 50 37
Binary 110000 1001100 1101111 111001 100000 0 111000 11010101 101000 11111

Color Harmonies of #304C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C6F

Black with #304C6F

Text Example


Text Example

White with #304C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304C6F; }

 p { color: rgb(48,76,111); }

 H1.HeaderClassName
 {
   color: #304C6F;
 }
 .AnyTagClassName
 {
   color: #304C6F;
 }
</style>

background-color css

<style>
 a { background-color: #304C6F; }

 a { background-color: rgb(48,76,111); }

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

border-color css

<style>
 span { border-color: #304C6F; }

 span { border-color: rgb(48,76,111); }

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