Html Css Color HEX #274F71 Venice Blue

📋 copy color: '#274F71'

red 39 ◦ green 79 ◦ blue 113

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

Shades of Venice Blue #274F71

Tints of Venice Blue #274F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.2%

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

R = 16.88%
G = 34.2%
B = 48.92%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#274F71 (or 0x274F71) is known color: Venice Blue. HEX triplet: 27, 4F and 71. RGB value is (39,79,113). Sum of RGB (Red+Green+Blue) = 39+79+113=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #274F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F71 is #D8B08E. Grayscale: #464646. Windows color (decimal): -14200975 or 7425831. OLE color: 7425831.

HSL color Cylindrical-coordinate representation of color #274F71: hue angle of 207.57º 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 #274F71 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 79 113 -
CMYK 0.65 0.30 0 0.56
HSL 207.57º 0.49% 0.3% -
HSV(B) 207.57º 0.65% 0.44% -
XYZ 6.61 7.22 16.67 -
YUV 70.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 39 79 113 0.65 0.30 0 0.56 207.57 0.49 0.3
Hex 27 4F 71 41 1E 0 38 D0 31 1E
Octal 47 117 161 101 36 0 70 320 61 36
Binary 100111 1001111 1110001 1000001 11110 0 111000 11010000 110001 11110

Color Harmonies of #274F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274F71

Black with #274F71

Text Example


Text Example

White with #274F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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