Html Css Color HEX #304E6D Venice Blue

📋 copy color: '#304E6D'

red 48 ◦ green 78 ◦ blue 109

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

Shades of Venice Blue #304E6D

Tints of Venice Blue #304E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.38%

R = 20.43%
G = 33.19%
B = 46.38%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#304E6D (or 0x304E6D) is known color: Venice Blue. HEX triplet: 30, 4E and 6D. RGB value is (48,78,109). Sum of RGB (Red+Green+Blue) = 48+78+109=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #304E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E6D is #CFB192. Grayscale: #484848. Windows color (decimal): -13611411 or 7163440. OLE color: 7163440.

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

Color convert

RGB 48 78 109 -
CMYK 0.56 0.28 0 0.57
HSL 210.49º 0.39% 0.31% -
HSV(B) 210.49º 0.56% 0.43% -
XYZ 6.7 7.18 15.5 -
YUV 72.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 48 78 109 0.56 0.28 0 0.57 210.49 0.39 0.31
Hex 30 4E 6D 38 1C 0 39 D2 27 1F
Octal 60 116 155 70 34 0 71 322 47 37
Binary 110000 1001110 1101101 111000 11100 0 111001 11010010 100111 11111

Color Harmonies of #304E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E6D

Black with #304E6D

Text Example


Text Example

White with #304E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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