#3B75C1

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

Shades of Curious Blue #3B75C1

Tints of Curious Blue #3B75C1

Color information

#3B75C1 (or 0x3B75C1) is unknown color: approx Curious Blue. HEX triplet: 3B, 75 and C1. RGB value is (59,117,193). Sum of RGB (Red+Green+Blue) = 59+117+193=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B75C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B75C1 is #C48A3E. Grayscale: #6B6B6B. Windows color (decimal): -12880447 or 12678459. OLE color: 12678459.

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

Color convert

RGB59117193-
CMYK0.690.3900.24
HSL214.03º53.17%49.41%-
HSV(B)214.03º69.43%75.69%-
XYZ17.7917.552.89-
YUV108.32175.7892.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.99%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=15.99%
G=31.71%
B=52.30%

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
Decimal591171930.690.3900.24214.0353.1749.41
Hex3B75C14527018d63531
Octal73165301105470303266561
Binary111011111010111000001100010110011101100011010110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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