Html Css Color HEX #2774CC Denim

📋 copy color: '#2774CC'

red 39 ◦ green 116 ◦ blue 204

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

Shades of Denim #2774CC

Tints of Denim #2774CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 10.86%
G = 32.31%
B = 56.82%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2774CC (or 0x2774CC) is known color: Denim. HEX triplet: 27, 74 and CC. RGB value is (39,116,204). Sum of RGB (Red+Green+Blue) = 39+116+204=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #2774CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2774CC is #D88B33. Grayscale: #666666. Windows color (decimal): -14191412 or 13399079. OLE color: 13399079.

HSL color Cylindrical-coordinate representation of color #2774CC: hue angle of 212º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2774CC is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 116 204 -
CMYK 0.81 0.43 0 0.2
HSL 212º 0.68% 0.48% -
HSV(B) 212º 0.81% 0.8% -
XYZ 17.98 17.28 59.51 -
YUV 103.01 184.99 82.34 -
System Red Green Blue C M Y K H S L
Decimal 39 116 204 0.81 0.43 0 0.2 212 0.68 0.48
Hex 27 74 CC 51 2B 0 14 D4 44 30
Octal 47 164 314 121 53 0 24 324 104 60
Binary 100111 1110100 11001100 1010001 101011 0 10100 11010100 1000100 110000

Color Harmonies of #2774CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2774CC

Black with #2774CC

Text Example


Text Example

White with #2774CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2774CC;
 }
 .AnyTagClassName
 {
   color: #2774CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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