#2F5A7B

Color #2F5A7B Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #2F5A7B

Tints of Venice Blue #2F5A7B

Color information

#2F5A7B (or 0x2F5A7B) is unknown color: approx Venice Blue. HEX triplet: 2F, 5A and 7B. RGB value is (47,90,123). Sum of RGB (Red+Green+Blue) = 47+90+123=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F5A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5A7B is #D0A584. Grayscale: #505050. Windows color (decimal): -13673861 or 8084015. OLE color: 8084015.

HSL color Cylindrical-coordinate representation of color #2F5A7B: hue angle of 206.05º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F5A7B is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4790123-
CMYK0.620.2700.52
HSL206.05º44.71%33.33%-
HSV(B)206.05º61.79%48.24%-
XYZ8.49.3520.1-
YUV80.9151.75103.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.08%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=18.08%
G=34.62%
B=47.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47901230.620.2700.52206.0544.7133.33
Hex2F5A7B3E1B034ce2d21
Octal5713217376330643165541
Binary1011111011010111101111111011011011010011001110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5A7B; }

 p { color: rgb(47,90,123); }

 H1.HeaderClassName
 {
   color: #2F5A7B;
 }
 .AnyTagClassName
 {
   color: #2F5A7B;
 }
</style>
background-color css

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

 a { background-color: rgb(47,90,123); }

 div.DivClassName
 {
   background-color: #2F5A7B;
 }
 .BgClassName
 {
   background-color: #2F5A7B;
 }
</style>
border-color css

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

 span { border-color: rgb(47,90,123); }

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