#3785CC

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

Shades of Curious Blue #3785CC

Tints of Curious Blue #3785CC

Color information

#3785CC (or 0x3785CC) is unknown color: approx Curious Blue. HEX triplet: 37, 85 and CC. RGB value is (55,133,204). Sum of RGB (Red+Green+Blue) = 55+133+204=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #3785CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785CC is #C87A33. Grayscale: #757575. Windows color (decimal): -13138484 or 13403447. OLE color: 13403447.

HSL color Cylindrical-coordinate representation of color #3785CC: hue angle of 208.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3785CC is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB55133204-
CMYK0.730.3500.2
HSL208.59º59.36%50.78%-
HSV(B)208.59º73.04%80%-
XYZ20.8621.9560.26-
YUV117.77176.6683.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.03%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 204 (80.08% from 255) = 52.04%
R=14.03%
G=33.93%
B=52.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal551332040.730.3500.2208.5959.3650.78
Hex3785CC4923014d13b33
Octal67205314111430243217363
Binary1101111000010111001100100100110001101010011010001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3785CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3785CC; }

 p { color: rgb(55,133,204); }

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

<style>
 a { background-color: #3785CC; }

 a { background-color: rgb(55,133,204); }

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

<style>
 span { border-color: #3785CC; }

 span { border-color: rgb(55,133,204); }

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