Html Css Color HEX #305B7B Venice Blue

📋 copy color: '#305B7B'

red 48 ◦ green 91 ◦ blue 123

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

Shades of Venice Blue #305B7B

Tints of Venice Blue #305B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.73%

 BLUE value IS 123 (48.44% from 255) = 46.95%

R = 18.32%
G = 34.73%
B = 46.95%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#305B7B (or 0x305B7B) is known color: Venice Blue. HEX triplet: 30, 5B and 7B. RGB value is (48,91,123). Sum of RGB (Red+Green+Blue) = 48+91+123=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #305B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B7B is #CFA484. Grayscale: #515151. Windows color (decimal): -13608069 or 8084272. OLE color: 8084272.

HSL color Cylindrical-coordinate representation of color #305B7B: hue angle of 205.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #305B7B is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 91 123 -
CMYK 0.61 0.26 0 0.52
HSL 205.6º 0.44% 0.34% -
HSV(B) 205.6º 0.61% 0.48% -
XYZ 8.54 9.54 20.13 -
YUV 81.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 48 91 123 0.61 0.26 0 0.52 205.6 0.44 0.34
Hex 30 5B 7B 3D 1A 0 34 CE 2C 22
Octal 60 133 173 75 32 0 64 316 54 42
Binary 110000 1011011 1111011 111101 11010 0 110100 11001110 101100 100010

Color Harmonies of #305B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B7B

Black with #305B7B

Text Example


Text Example

White with #305B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305B7B; }

 p { color: rgb(48,91,123); }

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

background-color css

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

 a { background-color: rgb(48,91,123); }

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

border-color css

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

 span { border-color: rgb(48,91,123); }

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