#2781C4

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

Shades of Curious Blue #2781C4

Tints of Curious Blue #2781C4

Color information

#2781C4 (or 0x2781C4) is unknown color: approx Curious Blue. HEX triplet: 27, 81 and C4. RGB value is (39,129,196). Sum of RGB (Red+Green+Blue) = 39+129+196=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 196 (76.95% from 255 or 53.85% from 364); Max value from RGB is 196 - color contains mainly: blue. Hex color #2781C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2781C4 is #D87E3B. Grayscale: #6D6D6D. Windows color (decimal): -14188092 or 12878119. OLE color: 12878119.

HSL color Cylindrical-coordinate representation of color #2781C4: hue angle of 205.61º 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 #2781C4 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB39129196-
CMYK0.800.3400.23
HSL205.61º66.81%46.08%-
HSV(B)205.61º80.1%76.86%-
XYZ18.6520.1255.12-
YUV109.73176.6877.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.71%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 196 (76.95% from 255) = 53.85%
R=10.71%
G=35.44%
B=53.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal391291960.800.3400.23205.6166.8146.08
Hex2781C45022017ce432e
Octal472013041204202731610356
Binary10011110000001110001001010000100010010111110011101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2781C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2781C4; }

 p { color: rgb(39,129,196); }

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

<style>
 a { background-color: #2781C4; }

 a { background-color: rgb(39,129,196); }

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

<style>
 span { border-color: #2781C4; }

 span { border-color: rgb(39,129,196); }

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