Html Css Color HEX #304C72 Venice Blue

📋 copy color: '#304C72'

red 48 ◦ green 76 ◦ blue 114

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

Shades of Venice Blue #304C72

Tints of Venice Blue #304C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 20.17%
G = 31.93%
B = 47.9%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304C72 (or 0x304C72) is known color: Venice Blue. HEX triplet: 30, 4C and 72. RGB value is (48,76,114). Sum of RGB (Red+Green+Blue) = 48+76+114=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #304C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C72 is #CFB38D. Grayscale: #474747. Windows color (decimal): -13611918 or 7490608. OLE color: 7490608.

HSL color Cylindrical-coordinate representation of color #304C72: hue angle of 214.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304C72 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 76 114 -
CMYK 0.58 0.33 0 0.55
HSL 214.55º 0.41% 0.32% -
HSV(B) 214.55º 0.58% 0.45% -
XYZ 6.84 7.01 16.91 -
YUV 71.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 48 76 114 0.58 0.33 0 0.55 214.55 0.41 0.32
Hex 30 4C 72 3A 21 0 37 D7 29 20
Octal 60 114 162 72 41 0 67 327 51 40
Binary 110000 1001100 1110010 111010 100001 0 110111 11010111 101001 100000

Color Harmonies of #304C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C72

Black with #304C72

Text Example


Text Example

White with #304C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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