Html Css Color HEX #304E72 Venice Blue

📋 copy color: '#304E72'

red 48 ◦ green 78 ◦ blue 114

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

Shades of Venice Blue #304E72

Tints of Venice Blue #304E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.5%

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

R = 20%
G = 32.5%
B = 47.5%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304E72 (or 0x304E72) is known color: Venice Blue. HEX triplet: 30, 4E and 72. RGB value is (48,78,114). Sum of RGB (Red+Green+Blue) = 48+78+114=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #304E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E72 is #CFB18D. Grayscale: #484848. Windows color (decimal): -13611406 or 7491120. OLE color: 7491120.

HSL color Cylindrical-coordinate representation of color #304E72: hue angle of 212.73º 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 #304E72 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 78 114 -
CMYK 0.58 0.32 0 0.55
HSL 212.73º 0.41% 0.32% -
HSV(B) 212.73º 0.58% 0.45% -
XYZ 6.98 7.29 16.96 -
YUV 73.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 48 78 114 0.58 0.32 0 0.55 212.73 0.41 0.32
Hex 30 4E 72 3A 20 0 37 D5 29 20
Octal 60 116 162 72 40 0 67 325 51 40
Binary 110000 1001110 1110010 111010 100000 0 110111 11010101 101001 100000

Color Harmonies of #304E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E72

Black with #304E72

Text Example


Text Example

White with #304E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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