#274C6E

Color #274C6E Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #274C6E

Tints of Venice Blue #274C6E

Color information

#274C6E (or 0x274C6E) is unknown color: approx Venice Blue. HEX triplet: 27, 4C and 6E. RGB value is (39,76,110). Sum of RGB (Red+Green+Blue) = 39+76+110=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #274C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C6E is #D8B391. Grayscale: #444444. Windows color (decimal): -14201746 or 7228455. OLE color: 7228455.

HSL color Cylindrical-coordinate representation of color #274C6E: hue angle of 208.73º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274C6E is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3976110-
CMYK0.650.3100.57
HSL208.73º47.65%29.22%-
HSV(B)208.73º64.55%43.14%-
XYZ6.246.7315.72-
YUV68.81151.24106.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=17.33%
G=33.78%
B=48.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39761100.650.3100.57208.7347.6529.22
Hex274C6E411F039d1301d
Octal47114156101370713216035
Binary1001111001100110111010000011111101110011101000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #274C6E;
 }
 .AnyTagClassName
 {
   color: #274C6E;
 }
</style>
background-color css

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

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

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

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

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

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