#3C7ABC

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

Shades of Curious Blue #3C7ABC

Tints of Curious Blue #3C7ABC

Color information

#3C7ABC (or 0x3C7ABC) is unknown color: approx Curious Blue. HEX triplet: 3C, 7A and BC. RGB value is (60,122,188). Sum of RGB (Red+Green+Blue) = 60+122+188=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ABC is #C38543. Grayscale: #6E6E6E. Windows color (decimal): -12813636 or 12352060. OLE color: 12352060.

HSL color Cylindrical-coordinate representation of color #3C7ABC: hue angle of 210.94º degrees, saturation: 0.52, 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 #3C7ABC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60122188-
CMYK0.680.3500.26
HSL210.94º51.61%48.63%-
HSV(B)210.94º68.09%73.73%-
XYZ17.918.5150.21-
YUV110.99171.4691.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.22%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=16.22%
G=32.97%
B=50.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601221880.680.3500.26210.9451.6148.63
Hex3C7ABC442301Ad33431
Octal74172274104430323236461
Binary111100111101010111100100010010001101101011010011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,122,188); }

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

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

 a { background-color: rgb(60,122,188); }

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

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

 span { border-color: rgb(60,122,188); }

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