#3D78BC

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

Shades of Curious Blue #3D78BC

Tints of Curious Blue #3D78BC

Color information

#3D78BC (or 0x3D78BC) is unknown color: approx Curious Blue. HEX triplet: 3D, 78 and BC. RGB value is (61,120,188). Sum of RGB (Red+Green+Blue) = 61+120+188=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D78BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D78BC is #C28743. Grayscale: #6D6D6D. Windows color (decimal): -12748612 or 12351549. OLE color: 12351549.

HSL color Cylindrical-coordinate representation of color #3D78BC: hue angle of 212.13º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D78BC is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB61120188-
CMYK0.680.3600.26
HSL212.13º51%48.82%-
HSV(B)212.13º67.55%73.73%-
XYZ17.7218.0650.13-
YUV110.11171.9592.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 188 (73.83% from 255) = 50.95%
R=16.53%
G=32.52%
B=50.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611201880.680.3600.26212.135148.82
Hex3D78BC442401Ad43331
Octal75170274104440323246361
Binary111101111100010111100100010010010001101011010100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D78BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D78BC; }

 p { color: rgb(61,120,188); }

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

<style>
 a { background-color: #3D78BC; }

 a { background-color: rgb(61,120,188); }

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

<style>
 span { border-color: #3D78BC; }

 span { border-color: rgb(61,120,188); }

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