#3C7EB0

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

Shades of Curious Blue #3C7EB0

Tints of Curious Blue #3C7EB0

Color information

#3C7EB0 (or 0x3C7EB0) is unknown color: approx Curious Blue. HEX triplet: 3C, 7E and B0. RGB value is (60,126,176). Sum of RGB (Red+Green+Blue) = 60+126+176=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #3C7EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7EB0 is #C3814F. Grayscale: #6F6F6F. Windows color (decimal): -12812624 or 11566652. OLE color: 11566652.

HSL color Cylindrical-coordinate representation of color #3C7EB0: hue angle of 205.86º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7EB0 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB60126176-
CMYK0.660.2800.31
HSL205.86º49.15%46.27%-
HSV(B)205.86º65.91%69.02%-
XYZ17.1619.0243.84-
YUV111.97164.1390.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.57%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 176 (69.14% from 255) = 48.62%
R=16.57%
G=34.81%
B=48.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601261760.660.2800.31205.8649.1546.27
Hex3C7EB0421C01Fce312e
Octal74176260102340373166156
Binary11110011111101011000010000101110001111111001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,126,176); }

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

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

 a { background-color: rgb(60,126,176); }

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

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

 span { border-color: rgb(60,126,176); }

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