Html Css Color HEX #274B71 Venice Blue

📋 copy color: '#274B71'

red 39 ◦ green 75 ◦ blue 113

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

Shades of Venice Blue #274B71

Tints of Venice Blue #274B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

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

R = 17.18%
G = 33.04%
B = 49.78%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#274B71 (or 0x274B71) is known color: Venice Blue. HEX triplet: 27, 4B and 71. RGB value is (39,75,113). Sum of RGB (Red+Green+Blue) = 39+75+113=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #274B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B71 is #D8B48E. Grayscale: #444444. Windows color (decimal): -14201999 or 7424807. OLE color: 7424807.

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

Color convert

RGB 39 75 113 -
CMYK 0.65 0.34 0 0.56
HSL 210.81º 0.49% 0.3% -
HSV(B) 210.81º 0.65% 0.44% -
XYZ 6.33 6.66 16.57 -
YUV 68.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 39 75 113 0.65 0.34 0 0.56 210.81 0.49 0.3
Hex 27 4B 71 41 22 0 38 D3 31 1E
Octal 47 113 161 101 42 0 70 323 61 36
Binary 100111 1001011 1110001 1000001 100010 0 111000 11010011 110001 11110

Color Harmonies of #274B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274B71

Black with #274B71

Text Example


Text Example

White with #274B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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