Html Css Color HEX #274871 Venice Blue

📋 copy color: '#274871'

red 39 ◦ green 72 ◦ blue 113

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

Shades of Venice Blue #274871

Tints of Venice Blue #274871

RGB

 RED value IS 39 (15.63% from 255) = 17.41%

 GREEN value IS 72 (28.52% from 255) = 32.14%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 17.41%
G = 32.14%
B = 50.45%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#274871 (or 0x274871) is known color: Venice Blue. HEX triplet: 27, 48 and 71. RGB value is (39,72,113). Sum of RGB (Red+Green+Blue) = 39+72+113=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #274871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274871 is #D8B78E. Grayscale: #424242. Windows color (decimal): -14202767 or 7424039. OLE color: 7424039.

HSL color Cylindrical-coordinate representation of color #274871: hue angle of 213.24º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274871 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 72 113 -
CMYK 0.65 0.36 0 0.56
HSL 213.24º 0.49% 0.3% -
HSV(B) 213.24º 0.65% 0.44% -
XYZ 6.13 6.26 16.51 -
YUV 66.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 39 72 113 0.65 0.36 0 0.56 213.24 0.49 0.3
Hex 27 48 71 41 24 0 38 D5 31 1E
Octal 47 110 161 101 44 0 70 325 61 36
Binary 100111 1001000 1110001 1000001 100100 0 111000 11010101 110001 11110

Color Harmonies of #274871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274871

Black with #274871

Text Example


Text Example

White with #274871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274871; }

 p { color: rgb(39,72,113); }

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

background-color css

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

 a { background-color: rgb(39,72,113); }

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

border-color css

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

 span { border-color: rgb(39,72,113); }

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