#278FCE

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

Shades of Curious Blue #278FCE

Tints of Curious Blue #278FCE

Color information

#278FCE (or 0x278FCE) is unknown color: approx Curious Blue. HEX triplet: 27, 8F and CE. RGB value is (39,143,206). Sum of RGB (Red+Green+Blue) = 39+143+206=388 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.05% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #278FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278FCE is #D87031. Grayscale: #767676. Windows color (decimal): -14184498 or 13537063. OLE color: 13537063.

HSL color Cylindrical-coordinate representation of color #278FCE: hue angle of 202.63º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #278FCE is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB39143206-
CMYK0.810.3100.19
HSL202.63º68.16%48.04%-
HSV(B)202.63º81.07%80.78%-
XYZ21.824.5361.98-
YUV119.09177.0470.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.05%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=10.05%
G=36.86%
B=53.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal391432060.810.3100.19202.6368.1648.04
Hex278FCE511F013cb4430
Octal472173161213702331310460
Binary1001111000111111001110101000111111010011110010111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278FCE; }

 p { color: rgb(39,143,206); }

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

<style>
 a { background-color: #278FCE; }

 a { background-color: rgb(39,143,206); }

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

<style>
 span { border-color: #278FCE; }

 span { border-color: rgb(39,143,206); }

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