Html Css Color HEX #274C72 Venice Blue

📋 copy color: '#274C72'

red 39 ◦ green 76 ◦ blue 114

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

Shades of Venice Blue #274C72

Tints of Venice Blue #274C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.19%

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 17.03%
G = 33.19%
B = 49.78%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#274C72 (or 0x274C72) is known color: Venice Blue. HEX triplet: 27, 4C and 72. RGB value is (39,76,114). Sum of RGB (Red+Green+Blue) = 39+76+114=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #274C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C72 is #D8B38D. Grayscale: #454545. Windows color (decimal): -14201742 or 7490599. OLE color: 7490599.

HSL color Cylindrical-coordinate representation of color #274C72: hue angle of 210.4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274C72 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 76 114 -
CMYK 0.66 0.33 0 0.55
HSL 210.4º 0.49% 0.3% -
HSV(B) 210.4º 0.66% 0.45% -
XYZ 6.46 6.82 16.89 -
YUV 69.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 39 76 114 0.66 0.33 0 0.55 210.4 0.49 0.3
Hex 27 4C 72 42 21 0 37 D2 31 1E
Octal 47 114 162 102 41 0 67 322 61 36
Binary 100111 1001100 1110010 1000010 100001 0 110111 11010010 110001 11110

Color Harmonies of #274C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C72

Black with #274C72

Text Example


Text Example

White with #274C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,76,114); }

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

background-color css

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

 a { background-color: rgb(39,76,114); }

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

border-color css

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

 span { border-color: rgb(39,76,114); }

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