Html Css Color HEX #304A6E Venice Blue

📋 copy color: '#304A6E'

red 48 ◦ green 74 ◦ blue 110

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

Shades of Venice Blue #304A6E

Tints of Venice Blue #304A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.9%

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

R = 20.69%
G = 31.9%
B = 47.41%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#304A6E (or 0x304A6E) is known color: Venice Blue. HEX triplet: 30, 4A and 6E. RGB value is (48,74,110). Sum of RGB (Red+Green+Blue) = 48+74+110=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #304A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A6E is #CFB591. Grayscale: #464646. Windows color (decimal): -13612434 or 7227952. OLE color: 7227952.

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

Color convert

RGB 48 74 110 -
CMYK 0.56 0.33 0 0.57
HSL 214.84º 0.39% 0.31% -
HSV(B) 214.84º 0.56% 0.43% -
XYZ 6.48 6.65 15.69 -
YUV 70.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 48 74 110 0.56 0.33 0 0.57 214.84 0.39 0.31
Hex 30 4A 6E 38 21 0 39 D7 27 1F
Octal 60 112 156 70 41 0 71 327 47 37
Binary 110000 1001010 1101110 111000 100001 0 111001 11010111 100111 11111

Color Harmonies of #304A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A6E

Black with #304A6E

Text Example


Text Example

White with #304A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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