#3D7DC7

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

Shades of Curious Blue #3D7DC7

Tints of Curious Blue #3D7DC7

Color information

#3D7DC7 (or 0x3D7DC7) is unknown color: approx Curious Blue. HEX triplet: 3D, 7D and C7. RGB value is (61,125,199). Sum of RGB (Red+Green+Blue) = 61+125+199=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 199 (78.12% from 255 or 51.69% from 385); Max value from RGB is 199 - color contains mainly: blue. Hex color #3D7DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7DC7 is #C28238. Grayscale: #717171. Windows color (decimal): -12747321 or 13073725. OLE color: 13073725.

HSL color Cylindrical-coordinate representation of color #3D7DC7: hue angle of 212.17º degrees, saturation: 0.55, 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 #3D7DC7 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB61125199-
CMYK0.690.3700.22
HSL212.17º55.2%50.98%-
HSV(B)212.17º69.35%78.04%-
XYZ19.5719.7856.82-
YUV114.3175.889.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.84%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 199 (78.12% from 255) = 51.69%
R=15.84%
G=32.47%
B=51.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611251990.690.3700.22212.1755.250.98
Hex3D7DC74525016d43733
Octal75175307105450263246763
Binary111101111110111000111100010110010101011011010100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,125,199); }

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

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

 a { background-color: rgb(61,125,199); }

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

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

 span { border-color: rgb(61,125,199); }

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