#3C7BB6

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

Shades of Curious Blue #3C7BB6

Tints of Curious Blue #3C7BB6

Color information

#3C7BB6 (or 0x3C7BB6) is unknown color: approx Curious Blue. HEX triplet: 3C, 7B and B6. RGB value is (60,123,182). Sum of RGB (Red+Green+Blue) = 60+123+182=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C7BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7BB6 is #C38449. Grayscale: #6E6E6E. Windows color (decimal): -12813386 or 11959100. OLE color: 11959100.

HSL color Cylindrical-coordinate representation of color #3C7BB6: hue angle of 209.02º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C7BB6 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB60123182-
CMYK0.670.3200.29
HSL209.02º50.41%47.45%-
HSV(B)209.02º67.03%71.37%-
XYZ17.3918.546.91-
YUV110.89168.1391.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.44%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 182 (71.48% from 255) = 49.86%
R=16.44%
G=33.70%
B=49.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601231820.670.3200.29209.0250.4147.45
Hex3C7BB6432001Dd1322f
Octal74173266103400353216257
Binary111100111101110110110100001110000001110111010001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,123,182); }

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

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

 a { background-color: rgb(60,123,182); }

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

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

 span { border-color: rgb(60,123,182); }

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