#3700CA

Color #3700CA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #3700CA

Tints of Medium Blue #3700CA

Color information

#3700CA (or 0x3700CA) is unknown color: approx Medium Blue. HEX triplet: 37, 00 and CA. RGB value is (55,0,202). Sum of RGB (Red+Green+Blue) = 55+0+202=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #3700CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3700CA is #C8FF35. Grayscale: #262626. Windows color (decimal): -13172534 or 13238327. OLE color: 13238327.

HSL color Cylindrical-coordinate representation of color #3700CA: hue angle of 256.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3700CA is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB550202-
CMYK0.73100.21
HSL256.34º100%39.61%-
HSV(B)256.34º100%79.22%-
XYZ12.245.0856.21-
YUV39.47219.72139.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 78.60%
R=21.40%
G=0%
B=78.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5502020.73100.21256.3410039.61
Hex370CA49640151006428
Octal67031211114402540014450
Binary110111011001010100100111001000101011000000001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3700CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3700CA; }

 p { color: rgb(55,0,202); }

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

<style>
 a { background-color: #3700CA; }

 a { background-color: rgb(55,0,202); }

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

<style>
 span { border-color: #3700CA; }

 span { border-color: rgb(55,0,202); }

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