#3C75C1

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

Shades of Curious Blue #3C75C1

Tints of Curious Blue #3C75C1

Color information

#3C75C1 (or 0x3C75C1) is unknown color: approx Curious Blue. HEX triplet: 3C, 75 and C1. RGB value is (60,117,193). Sum of RGB (Red+Green+Blue) = 60+117+193=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C75C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C75C1 is #C38A3E. Grayscale: #6C6C6C. Windows color (decimal): -12814911 or 12678460. OLE color: 12678460.

HSL color Cylindrical-coordinate representation of color #3C75C1: hue angle of 214.29º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C75C1 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB60117193-
CMYK0.690.3900.24
HSL214.29º52.57%49.61%-
HSV(B)214.29º68.91%75.69%-
XYZ17.8517.5352.9-
YUV108.62175.6293.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.22%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 193 (75.78% from 255) = 52.16%
R=16.22%
G=31.62%
B=52.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601171930.690.3900.24214.2952.5749.61
Hex3C75C14527018d63532
Octal74165301105470303266562
Binary111100111010111000001100010110011101100011010110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,117,193); }

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

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

 a { background-color: rgb(60,117,193); }

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

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

 span { border-color: rgb(60,117,193); }

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