#2774c5

Color #2774C5 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2774C5

Tints of Denim #2774C5

Color information

#2774C5 (or 0x2774C5) is unknown color: approx Denim. HEX triplet: 27, 74 and C5. RGB value is (39,116,197). Sum of RGB (Red+Green+Blue) = 39+116+197=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 197 (77.34% from 255 or 55.97% from 352); Max value from RGB is 197 - color contains mainly: blue. Hex color #2774C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2774C5 is #D88B3A. Grayscale: #656565. Windows color (decimal): -14191419 or 12940327. OLE color: 12940327.

HSL color Cylindrical-coordinate representation of color #2774C5: hue angle of 210.76º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2774C5 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB39116197-
CMYK0.800.4100.23
HSL210.76º66.95%46.27%-
HSV(B)210.76º80.2%77.25%-
XYZ17.1616.9555.19-
YUV102.21181.4982.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.08%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 197 (77.34% from 255) = 55.97%
R=11.08%
G=32.95%
B=55.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal391161970.800.4100.23210.7666.9546.27
Hex2774C55029017d3432e
Octal471643051205102732310356
Binary1001111110100110001011010000101001010111110100111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2774c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2774c5; }

 p { color: rgb(39,116,197); }

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

<style>
 a { background-color: #2774c5; }

 a { background-color: rgb(39,116,197); }

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

<style>
 span { border-color: #2774c5; }

 span { border-color: rgb(39,116,197); }

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