#3780AC

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

Shades of Curious Blue #3780AC

Tints of Curious Blue #3780AC

Color information

#3780AC (or 0x3780AC) is unknown color: approx Curious Blue. HEX triplet: 37, 80 and AC. RGB value is (55,128,172). Sum of RGB (Red+Green+Blue) = 55+128+172=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #3780AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3780AC is #C87F53. Grayscale: #6E6E6E. Windows color (decimal): -13139796 or 11305015. OLE color: 11305015.

HSL color Cylindrical-coordinate representation of color #3780AC: hue angle of 202.56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3780AC is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55128172-
CMYK0.680.2600.33
HSL202.56º51.54%44.51%-
HSV(B)202.56º68.02%67.45%-
XYZ16.7419.2341.86-
YUV111.19162.3287.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=15.49%
G=36.06%
B=48.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551281720.680.2600.33202.5651.5444.51
Hex3780AC441A021cb342d
Octal67200254104320413136455
Binary1101111000000010101100100010011010010000111001011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3780AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3780AC; }

 p { color: rgb(55,128,172); }

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

<style>
 a { background-color: #3780AC; }

 a { background-color: rgb(55,128,172); }

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

<style>
 span { border-color: #3780AC; }

 span { border-color: rgb(55,128,172); }

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