Html Css Color HEX #305272 Venice Blue

📋 copy color: '#305272'

red 48 ◦ green 82 ◦ blue 114

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

Shades of Venice Blue #305272

Tints of Venice Blue #305272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

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

R = 19.67%
G = 33.61%
B = 46.72%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305272 (or 0x305272) is known color: Venice Blue. HEX triplet: 30, 52 and 72. RGB value is (48,82,114). Sum of RGB (Red+Green+Blue) = 48+82+114=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #305272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305272 is #CFAD8D. Grayscale: #4B4B4B. Windows color (decimal): -13610382 or 7492144. OLE color: 7492144.

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

Color convert

RGB 48 82 114 -
CMYK 0.58 0.28 0 0.55
HSL 209.09º 0.41% 0.32% -
HSV(B) 209.09º 0.58% 0.45% -
XYZ 7.27 7.88 17.06 -
YUV 75.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 48 82 114 0.58 0.28 0 0.55 209.09 0.41 0.32
Hex 30 52 72 3A 1C 0 37 D1 29 20
Octal 60 122 162 72 34 0 67 321 51 40
Binary 110000 1010010 1110010 111010 11100 0 110111 11010001 101001 100000

Color Harmonies of #305272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305272

Black with #305272

Text Example


Text Example

White with #305272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305272; }

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

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

background-color css

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

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

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

border-color css

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

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

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