#2778C3

Color #2778C3 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2778C3

Tints of Curious Blue #2778C3

Color information

#2778C3 (or 0x2778C3) is unknown color: approx Curious Blue. HEX triplet: 27, 78 and C3. RGB value is (39,120,195). Sum of RGB (Red+Green+Blue) = 39+120+195=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #2778C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2778C3 is #D8873C. Grayscale: #676767. Windows color (decimal): -14190397 or 12810279. OLE color: 12810279.

HSL color Cylindrical-coordinate representation of color #2778C3: hue angle of 208.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2778C3 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB39120195-
CMYK0.800.3800.24
HSL208.85º66.67%45.88%-
HSV(B)208.85º80%76.47%-
XYZ17.417.854.15-
YUV104.33179.1681.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.02%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 195 (76.56% from 255) = 55.08%
R=11.02%
G=33.90%
B=55.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal391201950.800.3800.24208.8566.6745.88
Hex2778C35026018d1432e
Octal471703031204603032110356
Binary1001111111000110000111010000100110011000110100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2778C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2778C3; }

 p { color: rgb(39,120,195); }

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

<style>
 a { background-color: #2778C3; }

 a { background-color: rgb(39,120,195); }

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

<style>
 span { border-color: #2778C3; }

 span { border-color: rgb(39,120,195); }

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