Html Css Color HEX #305378 Venice Blue

📋 copy color: '#305378'

red 48 ◦ green 83 ◦ blue 120

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

Shades of Venice Blue #305378

Tints of Venice Blue #305378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 120 (47.27% from 255) = 47.81%

R = 19.12%
G = 33.07%
B = 47.81%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#305378 (or 0x305378) is known color: Venice Blue. HEX triplet: 30, 53 and 78. RGB value is (48,83,120). Sum of RGB (Red+Green+Blue) = 48+83+120=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #305378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305378 is #CFAC87. Grayscale: #4C4C4C. Windows color (decimal): -13610120 or 7885616. OLE color: 7885616.

HSL color Cylindrical-coordinate representation of color #305378: hue angle of 210.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305378 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 83 120 -
CMYK 0.60 0.31 0 0.53
HSL 210.83º 0.43% 0.33% -
HSV(B) 210.83º 0.6% 0.47% -
XYZ 7.7 8.17 18.94 -
YUV 76.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 48 83 120 0.60 0.31 0 0.53 210.83 0.43 0.33
Hex 30 53 78 3C 1F 0 35 D3 2B 21
Octal 60 123 170 74 37 0 65 323 53 41
Binary 110000 1010011 1111000 111100 11111 0 110101 11010011 101011 100001

Color Harmonies of #305378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305378

Black with #305378

Text Example


Text Example

White with #305378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305378; }

 p { color: rgb(48,83,120); }

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

background-color css

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

 a { background-color: rgb(48,83,120); }

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

border-color css

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

 span { border-color: rgb(48,83,120); }

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