#3D79C8

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

Shades of Curious Blue #3D79C8

Tints of Curious Blue #3D79C8

Color information

#3D79C8 (or 0x3D79C8) is unknown color: approx Curious Blue. HEX triplet: 3D, 79 and C8. RGB value is (61,121,200). Sum of RGB (Red+Green+Blue) = 61+121+200=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #3D79C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D79C8 is #C28637. Grayscale: #6F6F6F. Windows color (decimal): -12748344 or 13138237. OLE color: 13138237.

HSL color Cylindrical-coordinate representation of color #3D79C8: hue angle of 214.1º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D79C8 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB61121200-
CMYK0.690.3900.22
HSL214.1º55.82%51.18%-
HSV(B)214.1º69.5%78.43%-
XYZ19.1918.8457.27-
YUV112.07177.6291.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.97%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 200 (78.52% from 255) = 52.36%
R=15.97%
G=31.68%
B=52.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611212000.690.3900.22214.155.8251.18
Hex3D79C84527016d63833
Octal75171310105470263267063
Binary111101111100111001000100010110011101011011010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D79C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,121,200); }

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

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

 a { background-color: rgb(61,121,200); }

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

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

 span { border-color: rgb(61,121,200); }

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