Html Css Color HEX #2F567B Venice Blue

📋 copy color: '#2F567B'

red 47 ◦ green 86 ◦ blue 123

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

Shades of Venice Blue #2F567B

Tints of Venice Blue #2F567B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

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

R = 18.36%
G = 33.59%
B = 48.05%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F567B (or 0x2F567B) is known color: Venice Blue. HEX triplet: 2F, 56 and 7B. RGB value is (47,86,123). Sum of RGB (Red+Green+Blue) = 47+86+123=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F567B is #D0A984. Grayscale: #4E4E4E. Windows color (decimal): -13674885 or 8082991. OLE color: 8082991.

HSL color Cylindrical-coordinate representation of color #2F567B: hue angle of 209.21º 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 #2F567B is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 86 123 -
CMYK 0.62 0.30 0 0.52
HSL 209.21º 0.45% 0.33% -
HSV(B) 209.21º 0.62% 0.48% -
XYZ 8.08 8.69 19.99 -
YUV 78.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 47 86 123 0.62 0.30 0 0.52 209.21 0.45 0.33
Hex 2F 56 7B 3E 1E 0 34 D1 2D 21
Octal 57 126 173 76 36 0 64 321 55 41
Binary 101111 1010110 1111011 111110 11110 0 110100 11010001 101101 100001

Color Harmonies of #2F567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F567B

Black with #2F567B

Text Example


Text Example

White with #2F567B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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