#3785D0

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

Shades of Curious Blue #3785D0

Tints of Curious Blue #3785D0

Color information

#3785D0 (or 0x3785D0) is unknown color: approx Curious Blue. HEX triplet: 37, 85 and D0. RGB value is (55,133,208). Sum of RGB (Red+Green+Blue) = 55+133+208=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #3785D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785D0 is #C87A2F. Grayscale: #757575. Windows color (decimal): -13138480 or 13665591. OLE color: 13665591.

HSL color Cylindrical-coordinate representation of color #3785D0: hue angle of 209.41º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3785D0 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB55133208-
CMYK0.740.3600.18
HSL209.41º61.94%51.57%-
HSV(B)209.41º73.56%81.57%-
XYZ21.3522.1462.82-
YUV118.23178.6682.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.89%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 208 (81.64% from 255) = 52.53%
R=13.89%
G=33.59%
B=52.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal551332080.740.3600.18209.4161.9451.57
Hex3785D04A24012d13e34
Octal67205320112440223217664
Binary1101111000010111010000100101010010001001011010001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3785D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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