#3782D0

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

Shades of Curious Blue #3782D0

Tints of Curious Blue #3782D0

Color information

#3782D0 (or 0x3782D0) is unknown color: approx Curious Blue. HEX triplet: 37, 82 and D0. RGB value is (55,130,208). Sum of RGB (Red+Green+Blue) = 55+130+208=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #3782D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3782D0 is #C87D2F. Grayscale: #747474. Windows color (decimal): -13139248 or 13664823. OLE color: 13664823.

HSL color Cylindrical-coordinate representation of color #3782D0: hue angle of 210.59º 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 #3782D0 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB55130208-
CMYK0.740.3800.18
HSL210.59º61.94%51.57%-
HSV(B)210.59º73.56%81.57%-
XYZ20.9421.3362.69-
YUV116.47179.6584.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.99%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 208 (81.64% from 255) = 52.93%
R=13.99%
G=33.08%
B=52.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal551302080.740.3800.18210.5961.9451.57
Hex3782D04A26012d33e34
Octal67202320112460223237664
Binary1101111000001011010000100101010011001001011010011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3782D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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