#2D567A

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

Shades of Venice Blue #2D567A

Tints of Venice Blue #2D567A

Color information

#2D567A (or 0x2D567A) is unknown color: approx Venice Blue. HEX triplet: 2D, 56 and 7A. RGB value is (45,86,122). Sum of RGB (Red+Green+Blue) = 45+86+122=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D567A is #D2A985. Grayscale: #4D4D4D. Windows color (decimal): -13805958 or 8017453. OLE color: 8017453.

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

Color convert

RGB4586122-
CMYK0.630.3000.52
HSL208.05º46.11%32.75%-
HSV(B)208.05º63.11%47.84%-
XYZ7.928.6219.66-
YUV77.84152.92104.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.79%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=17.79%
G=33.99%
B=48.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45861220.630.3000.52208.0546.1132.75
Hex2D567A3F1E034d02e21
Octal5512617277360643205641
Binary1011011010110111101011111111110011010011010000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,86,122); }

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

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

 a { background-color: rgb(45,86,122); }

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

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

 span { border-color: rgb(45,86,122); }

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