Html Css Color HEX #2F587A Venice Blue

📋 copy color: '#2F587A'

red 47 ◦ green 88 ◦ blue 122

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

Shades of Venice Blue #2F587A

Tints of Venice Blue #2F587A

RGB

 RED value IS 47 (18.75% from 255) = 18.29%

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 122 (48.05% from 255) = 47.47%

R = 18.29%
G = 34.24%
B = 47.47%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F587A (or 0x2F587A) is known color: Venice Blue. HEX triplet: 2F, 58 and 7A. RGB value is (47,88,122). Sum of RGB (Red+Green+Blue) = 47+88+122=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F587A is #D0A785. Grayscale: #4F4F4F. Windows color (decimal): -13674374 or 8017967. OLE color: 8017967.

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

Color convert

RGB 47 88 122 -
CMYK 0.61 0.28 0 0.52
HSL 207.2º 0.44% 0.33% -
HSV(B) 207.2º 0.61% 0.48% -
XYZ 8.17 8.99 19.72 -
YUV 79.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 47 88 122 0.61 0.28 0 0.52 207.2 0.44 0.33
Hex 2F 58 7A 3D 1C 0 34 CF 2C 21
Octal 57 130 172 75 34 0 64 317 54 41
Binary 101111 1011000 1111010 111101 11100 0 110100 11001111 101100 100001

Color Harmonies of #2F587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F587A

Black with #2F587A

Text Example


Text Example

White with #2F587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,88,122); }

 H1.HeaderClassName
 {
   color: #2F587A;
 }
 .AnyTagClassName
 {
   color: #2F587A;
 }
</style>

background-color css

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

 a { background-color: rgb(47,88,122); }

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

border-color css

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

 span { border-color: rgb(47,88,122); }

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