#3378C4

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

Shades of Curious Blue #3378C4

Tints of Curious Blue #3378C4

Color information

#3378C4 (or 0x3378C4) is unknown color: approx Curious Blue. HEX triplet: 33, 78 and C4. RGB value is (51,120,196). Sum of RGB (Red+Green+Blue) = 51+120+196=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #3378C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3378C4 is #CC873B. Grayscale: #6B6B6B. Windows color (decimal): -13403964 or 12875827. OLE color: 12875827.

HSL color Cylindrical-coordinate representation of color #3378C4: hue angle of 211.45º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3378C4 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB51120196-
CMYK0.740.3900.23
HSL211.45º58.7%48.43%-
HSV(B)211.45º73.98%76.86%-
XYZ18.0518.1254.77-
YUV108.03177.6487.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 196 (76.95% from 255) = 53.41%
R=13.90%
G=32.70%
B=53.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511201960.740.3900.23211.4558.748.43
Hex3378C44A27017d33b30
Octal63170304112470273237360
Binary110011111100011000100100101010011101011111010011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3378C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,120,196); }

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

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

 a { background-color: rgb(51,120,196); }

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

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

 span { border-color: rgb(51,120,196); }

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