Html Css Color HEX #304B6E Venice Blue

📋 copy color: '#304B6E'

red 48 ◦ green 75 ◦ blue 110

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

Shades of Venice Blue #304B6E

Tints of Venice Blue #304B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.19%

 BLUE value IS 110 (43.36% from 255) = 47.21%

R = 20.6%
G = 32.19%
B = 47.21%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#304B6E (or 0x304B6E) is known color: Venice Blue. HEX triplet: 30, 4B and 6E. RGB value is (48,75,110). Sum of RGB (Red+Green+Blue) = 48+75+110=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #304B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B6E is #CFB491. Grayscale: #464646. Windows color (decimal): -13612178 or 7228208. OLE color: 7228208.

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

Color convert

RGB 48 75 110 -
CMYK 0.56 0.32 0 0.57
HSL 213.87º 0.39% 0.31% -
HSV(B) 213.87º 0.56% 0.43% -
XYZ 6.55 6.79 15.72 -
YUV 70.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 48 75 110 0.56 0.32 0 0.57 213.87 0.39 0.31
Hex 30 4B 6E 38 20 0 39 D6 27 1F
Octal 60 113 156 70 40 0 71 326 47 37
Binary 110000 1001011 1101110 111000 100000 0 111001 11010110 100111 11111

Color Harmonies of #304B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B6E

Black with #304B6E

Text Example


Text Example

White with #304B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,75,110); }

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

background-color css

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

 a { background-color: rgb(48,75,110); }

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

border-color css

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

 span { border-color: rgb(48,75,110); }

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