#3E75C5

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

Shades of Curious Blue #3E75C5

Tints of Curious Blue #3E75C5

Color information

#3E75C5 (or 0x3E75C5) is unknown color: approx Curious Blue. HEX triplet: 3E, 75 and C5. RGB value is (62,117,197). Sum of RGB (Red+Green+Blue) = 62+117+197=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #3E75C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E75C5 is #C18A3A. Grayscale: #6D6D6D. Windows color (decimal): -12683835 or 12940606. OLE color: 12940606.

HSL color Cylindrical-coordinate representation of color #3E75C5: hue angle of 215.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E75C5 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB62117197-
CMYK0.690.4100.23
HSL215.56º53.78%50.78%-
HSV(B)215.56º68.53%77.25%-
XYZ18.4317.7855.28-
YUV109.68177.2894-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.49%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 197 (77.34% from 255) = 52.39%
R=16.49%
G=31.12%
B=52.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal621171970.690.4100.23215.5653.7850.78
Hex3E75C54529017d83633
Octal76165305105510273306663
Binary111110111010111000101100010110100101011111011000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E75C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,117,197); }

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

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

 a { background-color: rgb(62,117,197); }

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

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

 span { border-color: rgb(62,117,197); }

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