#274F7B

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

Shades of Venice Blue #274F7B

Tints of Venice Blue #274F7B

Color information

#274F7B (or 0x274F7B) is unknown color: approx Venice Blue. HEX triplet: 27, 4F and 7B. RGB value is (39,79,123). Sum of RGB (Red+Green+Blue) = 39+79+123=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #274F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F7B is #D8B084. Grayscale: #474747. Windows color (decimal): -14200965 or 8081191. OLE color: 8081191.

HSL color Cylindrical-coordinate representation of color #274F7B: hue angle of 211.43º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #274F7B is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3979123-
CMYK0.680.3600.52
HSL211.43º51.85%31.76%-
HSV(B)211.43º68.29%48.24%-
XYZ7.217.4519.8-
YUV72.06156.75104.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=16.18%
G=32.78%
B=51.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39791230.680.3600.52211.4351.8531.76
Hex274F7B4424034d33420
Octal47117173104440643236440
Binary100111100111111110111000100100100011010011010011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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